added new translatable string emailChange

This commit is contained in:
scribblypanda 2015-01-11 03:20:22 -05:00 committed by Blade Barringer
parent 7c990ba109
commit 330a9191a5

View file

@ -92,6 +92,8 @@ script(type='text/ng-template', id='partials/options.settings.settings.html')
div(ng-if='user.auth.local.username')
p Login Name: {{user.auth.local.username}}
p Email: {{user.auth.local.email}}
small
=env.t('emailChange')
hr
h5=env.t('changeUsername')
form(ng-submit='changeUsername(changeUser)', ng-show='user.auth.local')