changed Username to Login Name

This commit is contained in:
scribblypanda
2015-01-11 01:18:37 -05:00
parent c9f5113daa
commit c3fce5fcba
+1 -1
View File
@@ -90,7 +90,7 @@ script(type='text/ng-template', id='partials/options.settings.settings.html')
.panel-body
p(ng-if='user.auth.facebook.id') Registered with Facebook
div(ng-if='user.auth.local.username')
p Username: {{user.auth.local.username}}
p Login Name: {{user.auth.local.username}}
p Email: {{user.auth.local.email}}
hr
h5=env.t('changeUsername')