mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Fix issue where card strings required quotes
This commit is contained in:
parent
998e336818
commit
80ba33bf7c
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ script(id='modals/cards.html', type='text/ng-template')
|
|||
.bg-info(style='padding:10px')
|
||||
p {{::env.t('toAndFromCard', { toName: user.profile.name, fromName: user.items.special[cardType + 'Received'][0]})}}
|
||||
hr
|
||||
markdown(text='{{::cardMessage}}')
|
||||
markdown(text='::cardMessage')
|
||||
.modal-footer
|
||||
small.pull-left {{::env.t(cardType + 'CardExplanation')}}
|
||||
button.btn.btn-default(ng-click='user.ops.readCard({params: {cardType: cardType}}); $close()')=env.t('ok')
|
||||
|
|
|
|||
Loading…
Reference in a new issue