From e6e922d00a6b059f2e8c94b35a13029eb2be6cd3 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Thu, 2 Jan 2014 17:16:55 -0700 Subject: [PATCH] add note to custom-day-start property, warning users against using it (@wc8) --- views/options/settings.jade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/options/settings.jade b/views/options/settings.jade index 5a5f542f01..a1e25f1f63 100644 --- a/views/options/settings.jade +++ b/views/options/settings.jade @@ -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 experience issues with it. hr h4 Language select(ng-model='language.code', ng-options='lang.code as lang.name for lang in avalaibleLanguages', ng-change='changeLanguage()')