added description of login name and link to page to edit display name
This commit is contained in:
@@ -93,7 +93,15 @@ script(type='text/ng-template', id='partials/options.settings.settings.html')
|
||||
div(ng-if='user.auth.local.username')
|
||||
p
|
||||
=env.t('username')
|
||||
|: {{user.auth.local.username}}
|
||||
|: {{user.auth.local.username}}
|
||||
p
|
||||
small
|
||||
=env.t('loginNameDescription1')
|
||||
|
|
||||
a(href='https://habitrpg.com/#/options/profile/profile')=env.t('loginNameDescription2')
|
||||
|
|
||||
=env.t('loginNameDescription3')
|
||||
br
|
||||
p
|
||||
=env.t('email')
|
||||
|: {{user.auth.local.email}}
|
||||
|
||||
Reference in New Issue
Block a user