mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
Readability tweak: sentence case for options not on buttons
This commit is contained in:
parent
9c545add5e
commit
089ea05cf4
1 changed files with 3 additions and 3 deletions
|
|
@ -33,15 +33,15 @@ script(type='text/ng-template', id='partials/options.settings.settings.html')
|
|||
h4 Misc
|
||||
label.checkbox
|
||||
input(type='checkbox', ng-click='set({"preferences.hideHeader":user.preferences.hideHeader?false:true})', ng-checked='user.preferences.hideHeader!==true')
|
||||
| Show Header
|
||||
| Show header
|
||||
i.icon-question-sign(popover-trigger='mouseenter', popover-placement='right', popover='Show your avatar, Health/Experience bars, and party.')
|
||||
label.checkbox
|
||||
input(type='checkbox', ng-click='toggleStickyHeader()', ng-checked='user.preferences.stickyHeader!==false')
|
||||
| Sticky Header
|
||||
| Sticky header
|
||||
i.icon-question-sign(popover-trigger='mouseenter', popover-placement='right', popover='Affix the header to the top of the screen. Unchecked means it scrolls out of view.')
|
||||
label.checkbox
|
||||
input(type='checkbox', ng-model='user.preferences.newTaskEdit', ng-change='set({"preferences.newTaskEdit": user.preferences.newTaskEdit?true: false})')
|
||||
| Open New Tasks in Edit Mode
|
||||
| Open new tasks in edit mode
|
||||
i.icon-question-sign(popover-trigger='mouseenter', popover-placement='right', popover='With this option set, new tasks will immediately open for you to add details like notes and tags.')
|
||||
button.btn(ng-click='showTour()', popover-placement='right', popover-trigger='mouseenter', popover='Restart the introductory tour from when you first joined HabitRPG.') Show Tour
|
||||
br
|
||||
|
|
|
|||
Loading…
Reference in a new issue