mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
Tweak wording of custom day start warning
This commit is contained in:
parent
074e683ba7
commit
ee50fec2c1
2 changed files with 3 additions and 8 deletions
|
|
@ -42,9 +42,7 @@
|
|||
"changeCustomDayStart": "Change Custom Day Start?",
|
||||
"sureChangeCustomDayStart": "Are you sure you want to change your custom day start?",
|
||||
"nextCron": "Your Dailies will next reset the first time you use Habitica after <%= time %>. Make sure you have completed your Dailies before this time!",
|
||||
"24HrClock": "24Hr Clock",
|
||||
"customDayStartInfo1": "Habitica defaults to check and reset your Dailies at midnight in your own time zone each day. It is recommended that you read the following information before changing it: ",
|
||||
"customDayStartInfo4": "<strong>Complete all your Dailies before changing the Custom Day Start</strong> or <a href='http://habitica.wikia.com/wiki/Rest_in_the_Inn' target='_blank'>Rest in the Inn</a> that day. Changing your Custom Day Start may cause <a href='http://habitica.wikia.com/wiki/Cron' target='_blank'>Cron</a> to run immediately, but after the first day it works as expected.<br><br><strong>Allow a window of two hours for the change to take effect.</strong> For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.<br><br>Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.",
|
||||
"customDayStartInfo1": "Habitica defaults to check and reset your Dailies at midnight in your own time zone each day. You can customize that time here.",
|
||||
"misc": "Misc",
|
||||
"showHeader": "Show Header",
|
||||
"changePass": "Change Password",
|
||||
|
|
|
|||
|
|
@ -86,12 +86,9 @@ script(type='text/ng-template', id='partials/options.settings.settings.html')
|
|||
hr
|
||||
|
||||
h5=env.t('customDayStart')
|
||||
.alert.alert-warning
|
||||
h5=env.t('customDayStartInfo1')
|
||||
a(ng-click='showCustomDayStartInfo = !showCustomDayStartInfo') {{!showCustomDayStartInfo ? env.t('showMoreMore') : env.t('showMoreLess')}}
|
||||
h5(ng-if='showCustomDayStartInfo')!=env.t('customDayStartInfo4')
|
||||
.form-horizontal
|
||||
alert.alert-warning=env.t('customDayStartInfo1')
|
||||
|
||||
.form-horizontal
|
||||
.form-group
|
||||
.col-sm-7
|
||||
select.form-control(ng-model='dayStart')
|
||||
|
|
|
|||
Loading…
Reference in a new issue