mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
added description of login name and link to page to edit display name
This commit is contained in:
parent
393ef6b1f4
commit
8e3e66dc08
1 changed files with 9 additions and 1 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue