mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-21 03:04:13 +00:00
fix quest rewards translation
This commit is contained in:
parent
0d08f3edb0
commit
71436288ff
1 changed files with 2 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue