fix(translations): fix #2564 and similar ones

This commit is contained in:
Matteo Pagliazzi
2014-01-26 14:48:38 +01:00
parent 117c26cfd3
commit 4274090205
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ script(type='text/ng-template', id='partials/options.social.challenges.html')
span.input-suffix.Pet_Currency_Gem1x.inline-gems
i.icon-question-sign(popover=env.t('prizePop'), popover-trigger='mouseenter', popover-placement='right')
span(ng-show='newChallenge.group=="habitrpg"')
=env.t('min1Gem') + ' <strong>' + env.t('publicChallenges') + '</strong> ' + env.t('helpsPrevent')
!=env.t('min1Gem') + ' <strong>' + env.t('publicChallenges') + '</strong> ' + env.t('helpsPrevent')
.option-medium(ng-if='user.contributor.admin')
label.checkbox
+1 -1
View File
@@ -61,7 +61,7 @@ a.pull-right.gem-wallet(popover-trigger='mouseenter', popover-title=env.t('guild
div(ng-if='Content.quests[group.quest.key].boss')
.npc_ian.pull-left
p=env.t('bossDmg1') + ' <strong>' + env.t('bossDmg2') + '</strong>'
p!=env.t('bossDmg1') + ' <strong>' + env.t('bossDmg2') + '</strong>'
br
p=env.t('bossDmg3')
+1 -1
View File
@@ -44,7 +44,7 @@ script(type='text/ng-template', id='partials/options.social.hall.heroes.html')
input.option-content(type='number', step="any", ng-model='hero.balance')
span.input-suffix Balance
p
small= '`user.balance`' + env.t('USD1') + ' <em>' + env.t('not') + '</em> ' + env.t('USD2')
small!= '`user.balance`' + env.t('USD1') + ' <em>' + env.t('not') + '</em> ' + env.t('USD2')
.control-group.option-medium
label.checkbox
+1 -1
View File
@@ -94,7 +94,7 @@
small=env.t('veteranText')
div(ng-if='profile.achievements.originalUser')
h5=env.t('originalUser')
small=env.t('originalUserText')
small!=env.t('originalUserText')
hr
div(ng-if='profile.achievements.challenges || user._id == profile._id')