fix(quest): Different string format

This commit is contained in:
Sabe Jones 2015-03-17 21:38:22 -05:00
parent 7422fe3865
commit efdf591eae

View file

@ -11,5 +11,4 @@ script(id='partials/options.social.party.quest-rewards.html', type='text/ng-temp
td {{quest.drop.gp}}
=env.t('gold')
tr
td {{quest.drop.unlock}}
=env.t('quest.drop.unlock.text', {unlock: 'quest.drop.unlock.item'})
td {{quest.drop.unlock.text(quest.drop.unlock.item)}}