mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 12:18:51 +00:00
fix(quest): Different string format
This commit is contained in:
parent
7422fe3865
commit
efdf591eae
1 changed files with 1 additions and 2 deletions
|
|
@ -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)}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue