mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
feat(surveys): Close out survey
This commit is contained in:
parent
1e8265a9f1
commit
7065b400bc
2 changed files with 3 additions and 7 deletions
|
|
@ -58,8 +58,8 @@
|
|||
"whyAdsContent1": "Habit is an open source project, and can use all the help it can get - consider this a donation to the contributors. You also get 20 Gems from the purchase, which you can use to buy special items.",
|
||||
"whyAdsContent2": "'Hey, I backed the Kickstarter!' - follow",
|
||||
"whyAdsContent3": "these instructions",
|
||||
"surveysSingle": "Helped HabitRPG grow by filling out a survey. The latest survey can be found here:",
|
||||
"surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. The latest survey can be found here:",
|
||||
"surveysSingle": "Helped HabitRPG grow by filling out a survey. There are no active surveys.",
|
||||
"surveysMultiple": "Helped HabitRPG grow by filling out <%= surveys %> surveys. There are no active surveys.",
|
||||
"currentSurvey": "Current Survey",
|
||||
"surveyWhen": "The badge will be awarded to all participants when the survey period is over in late March."
|
||||
"surveyWhen": "The badge will be awarded to all participants when surveys have been processed, in late March."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,13 +20,9 @@ div(ng-if='::profile.achievements.habitSurveys || user._id == profile._id')
|
|||
h5=env.t('helped')
|
||||
small(ng-if='profile.achievements.habitSurveys > 1')
|
||||
=env.t('surveysMultiple', {surveys: "{{profile.achievements.habitSurveys}}"})
|
||||
|
|
||||
+aLink('https://www.surveymonkey.com/s/62RXRF3', env.t('currentSurvey'))
|
||||
small(ng-if='!(profile.achievements.habitSurveys > 1)')
|
||||
=env.t('surveysSingle')
|
||||
|
|
||||
+aLink('https://www.surveymonkey.com/s/62RXRF3', env.t('currentSurvey'))
|
||||
|.
|
||||
strong=env.t('surveyWhen')
|
||||
hr
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue