mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
explain when survey participants will get their badge
This commit is contained in:
parent
676562cfad
commit
9ac0ef0202
2 changed files with 4 additions and 1 deletions
|
|
@ -60,5 +60,6 @@
|
|||
"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:",
|
||||
"currentSurvey": "Current Survey"
|
||||
"currentSurvey": "Current Survey",
|
||||
"surveyWhen": "The badge will be awarded to all participants when the survey period is over in mid April."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@ div(ng-if='::profile.achievements.habitSurveys || user._id == profile._id')
|
|||
=env.t('surveysSingle')
|
||||
|
|
||||
+aLink('https://www.surveymonkey.com/s/62RXRF3', env.t('currentSurvey'))
|
||||
|.
|
||||
strong=env.t('surveyWhen')
|
||||
hr
|
||||
|
||||
div(ng-if='::profile.backer.npc')
|
||||
|
|
|
|||
Loading…
Reference in a new issue