fix quest rewards translation

This commit is contained in:
Matt T Elliott 2015-01-29 13:52:44 -08:00 committed by Blade Barringer
parent 0d08f3edb0
commit 71436288ff

View file

@ -1,6 +1,6 @@
script(id='partials/options.social.party.quest-rewards.html', type='text/ng-template')
hr
h5 {{header}}
h5= env.t('rewards')
table.table.table-striped
tr(ng-repeat='drop in quest.drop.items')
td {{drop.text()}}
@ -9,4 +9,4 @@ script(id='partials/options.social.party.quest-rewards.html', type='text/ng-temp
=env.t('experience')
tr
td {{quest.drop.gp}}
=env.t('gold')
=env.t('gold')