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