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