plain text to translatable strings
This commit is contained in:
committed by
Blade Barringer
parent
c4113994e6
commit
5a4ebda187
@@ -88,10 +88,13 @@ script(type='text/ng-template', id='partials/options.settings.settings.html')
|
||||
.panel-heading
|
||||
span Registration
|
||||
.panel-body
|
||||
p(ng-if='user.auth.facebook.id') 'registeredWithFb'
|
||||
p(ng-if='user.auth.facebook.id')
|
||||
=env.t('registeredWithFb')
|
||||
div(ng-if='user.auth.local.username')
|
||||
p 'username': {{user.auth.local.username}}
|
||||
p 'email': {{user.auth.local.email}}
|
||||
=env.t('username'): {{user.auth.local.username}}
|
||||
|
|
||||
=env.t('email)': {{user.auth.local.email}}
|
||||
|
|
||||
small
|
||||
=env.t('emailChange')
|
||||
hr
|
||||
|
||||
Reference in New Issue
Block a user