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:
Joseti
2017-11-28 02:29:45 +01:00
committed by Sabe Jones
parent 3e7738b5b1
commit 9b8676f02e
3 changed files with 7 additions and 6 deletions

View File

@@ -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()")
.svg-icon.heart(v-html="icons.heart")
.text {{ $t('companyDonate') }}
.btn.btn-contribute
a(href='http://habitica.wikia.com/wiki/Contributing_to_Habitica', target='_blank')
.svg-icon.heart(v-html="icons.heart")
.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;

View File

@@ -73,7 +73,7 @@ div
color: #bda8ff;
}
.social-circle, .btn-donate {
.social-circle, .btn-contribute {
background: #36205d;
color: #bda8ff;

View File

@@ -30,6 +30,7 @@
"companyAbout": "How It Works",
"companyBlog": "Blog",
"devBlog": "Developer Blog",
"companyContribute": "Contribute",
"companyDonate": "Donate",
"companyPrivacy": "Privacy",
"companyTerms": "Terms",