mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-17 03:22:14 +00:00
Merge pull request #3724 from Alys/optOut
make it clearer that you can choose a class later
This commit is contained in:
commit
f83f2acc1b
1 changed files with 3 additions and 1 deletions
|
|
@ -5,6 +5,8 @@ script(type='text/ng-template', id='modals/chooseClass.html')
|
|||
=env.t('chooseClass1')
|
||||
|
|
||||
a(href='http://habitrpg.wikia.com/wiki/Class_System' target='_blank')=env.t('chooseClass2')
|
||||
|
|
||||
=env.t('chooseClass3')
|
||||
.modal-body.select-class
|
||||
.container-fluid
|
||||
.row
|
||||
|
|
@ -76,4 +78,4 @@ script(type='text/ng-template', id='modals/chooseClass.html')
|
|||
|
||||
.modal-footer
|
||||
button.btn.btn-sm.btn-danger(ng-click='user.ops.disableClasses({}); $close()', popover-placement='top', popover-trigger='mouseenter', popover=env.t('optOutText'))=env.t('optOut')
|
||||
button.btn.btn-primary(ng-disabled='!selectedClass' ng-click='changeClass(selectedClass); $close()')=env.t('select')
|
||||
button.btn.btn-primary(ng-disabled='!selectedClass' ng-click='changeClass(selectedClass); $close()')=env.t('select')
|
||||
|
|
|
|||
Loading…
Reference in a new issue