mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 13:17:24 +01:00
Changed "Donate" button to "Contribute" button (#9581)
* Changed functionality of "donate"-button on static pages * Changed strings to reflect change from "donate" to "contribute"
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<template lang="pug">
|
||||
.row
|
||||
buy-gems-modal(v-if="isUserLoaded")
|
||||
modify-inventory(v-if="isUserLoaded")
|
||||
footer.col-12(:class="{expanded: isExpandedFooter}")
|
||||
.row(v-if="isExpandedFooter")
|
||||
@@ -71,9 +70,10 @@
|
||||
.row
|
||||
.col-10 {{ $t('donateText3') }}
|
||||
.col-2
|
||||
button.btn.btn-donate(@click="donate()")
|
||||
.btn.btn-contribute
|
||||
a(href='http://habitica.wikia.com/wiki/Contributing_to_Habitica', target='_blank')
|
||||
.svg-icon.heart(v-html="icons.heart")
|
||||
.text {{ $t('companyDonate') }}
|
||||
.text {{ $t('companyContribute') }}
|
||||
.row
|
||||
.col-12
|
||||
hr
|
||||
@@ -211,7 +211,7 @@
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
.btn-donate {
|
||||
.btn-contribute {
|
||||
background: #c3c0c7;
|
||||
box-shadow: none;
|
||||
border-radius: 4px;
|
||||
|
||||
@@ -73,7 +73,7 @@ div
|
||||
color: #bda8ff;
|
||||
}
|
||||
|
||||
.social-circle, .btn-donate {
|
||||
.social-circle, .btn-contribute {
|
||||
background: #36205d;
|
||||
color: #bda8ff;
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
"companyAbout": "How It Works",
|
||||
"companyBlog": "Blog",
|
||||
"devBlog": "Developer Blog",
|
||||
"companyContribute": "Contribute",
|
||||
"companyDonate": "Donate",
|
||||
"companyPrivacy": "Privacy",
|
||||
"companyTerms": "Terms",
|
||||
|
||||
Reference in New Issue
Block a user