Corrected which string was being used in achievements

This commit is contained in:
Blade Barringer 2015-01-02 14:16:40 -06:00
parent 68e613c3fc
commit 45c045e853

View file

@ -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')