mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
Corrected which string was being used in achievements
This commit is contained in:
parent
68e613c3fc
commit
45c045e853
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ div(ng-if='profile.achievements.mountMaster || user._id == profile._id')
|
|||
h5=env.t('mountMastName')
|
||||
small=env.t('mountMastText')
|
||||
small(ng-if='profile.achievements.mountMasterCount')
|
||||
=env.t('beastMastText2', {count: "{{profile.achievements.mountMasterCount}}"})
|
||||
=env.t('mountMastText2', {count: "{{profile.achievements.mountMasterCount}}"})
|
||||
hr
|
||||
|
||||
div(ng-if='profile.achievements.rebirths')
|
||||
|
|
|
|||
Loading…
Reference in a new issue