mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
fix(i18n): do not translate DELETE when used to delete account
This commit is contained in:
parent
129189f033
commit
2321b40753
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ script(type='text/ng-template', id='modals/delete.html')
|
|||
.modal-header
|
||||
h4=env.t('deleteAccount')
|
||||
.modal-body
|
||||
p!=env.t('deleteText')
|
||||
p!=env.t('deleteText', {deleteWord: 'DELETE'})
|
||||
br
|
||||
.row
|
||||
.col-md-6
|
||||
|
|
|
|||
Loading…
Reference in a new issue