add note to custom-day-start property, warning users against using it (@wc8)

This commit is contained in:
Tyler Renelle 2014-01-02 17:16:55 -07:00
parent 2a75849b65
commit e6e922d00a

View file

@ -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()')