diff --git a/views/shared/profiles/achievements.jade b/views/shared/profiles/achievements.jade index 88702029a4..3b9a412cf6 100644 --- a/views/shared/profiles/achievements.jade +++ b/views/shared/profiles/achievements.jade @@ -92,6 +92,7 @@ div(ng-if='profile.achievements.mountMaster || user._id == profile._id') div(ng-class='{muted: !profile.achievements.mountMaster}') h5=env.t('mountMastName') small=env.t('mountMastText') + small(ng-if='profile.achievements.mountMasterCount') =env.t('beastMastText2', {count: "{{profile.achievements.mountMasterCount}}"}) hr