fix(quest): Correct unlock string

This commit is contained in:
Sabe Jones 2015-03-17 21:33:13 -05:00
parent b118d45bb3
commit 7422fe3865

View file

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