fix(i18n): do not translate DELETE when used to delete account

This commit is contained in:
Matteo Pagliazzi 2014-03-04 19:53:15 +01:00
parent 129189f033
commit 2321b40753

View file

@ -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