mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
added description of display name and link to page to edit login name
This commit is contained in:
parent
684c6a997d
commit
393ef6b1f4
1 changed files with 9 additions and 0 deletions
|
|
@ -213,6 +213,15 @@ script(id='partials/options.profile.profile.html', type='text/ng-template')
|
|||
button.btn.btn-default(ng-click='_editing.profile = true', ng-show='!_editing.profile')= env.t('edit')
|
||||
h4=env.t('displayName')
|
||||
span(ng-show='profile.profile.name') {{profile.profile.name}}
|
||||
p
|
||||
small
|
||||
=env.t('displayNameDescription1')
|
||||
|
|
||||
a(href='https://habitrpg.com/#/options/settings/settings')=env.t('displayNameDescription2')
|
||||
|
|
||||
=env.t('displayNameDescription3')
|
||||
br
|
||||
//span(ng-show='profile.profile.name') {{profile.profile.name}}
|
||||
span.muted(ng-hide='profile.profile.name') -
|
||||
=env.t('none')
|
||||
| -
|
||||
|
|
|
|||
Loading…
Reference in a new issue