mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 04:08:54 +00:00
add note to custom-day-start property, warning users against using it (@wc8)
This commit is contained in:
parent
2a75849b65
commit
e6e922d00a
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,8 @@ script(type='text/ng-template', id='partials/options.settings.settings.html')
|
|||
span.input-suffix :00 (24h clock)
|
||||
div
|
||||
small
|
||||
| Habit defaults to check and reset your dailies at midnight in your time zone each day. You can customize the hour here (enter a number between 0 and 24).
|
||||
div Habit defaults to check and reset your dailies at midnight in your time zone each day. You can customize the hour here (enter a number between 0 and 24).
|
||||
.alert.alert-danger Warning: this is a highly-experimental feature, and many <a href='https://github.com/HabitRPG/habitrpg/issues/1057' target='_blank'>experience issues</a> with it.
|
||||
hr
|
||||
h4 Language
|
||||
select(ng-model='language.code', ng-options='lang.code as lang.name for lang in avalaibleLanguages', ng-change='changeLanguage()')
|
||||
|
|
|
|||
Loading…
Reference in a new issue