mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
Use the user's preferred date format
This commit is contained in:
parent
f1224bc6be
commit
a44cd748af
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
.modal-body
|
||||
.alert.alert-danger
|
||||
p=env.t('nextCron', {time: '{{nextCron | date: "M/d/yy \'@\' h:mm a"}}'})
|
||||
p=env.t('nextCron', {time: '{{nextCron | date: user.preferences.dateFormat + " @ h:mm a"}}'})
|
||||
p=env.t('sureChangeCustomDayStart')
|
||||
|
||||
.modal-footer
|
||||
|
|
|
|||
Loading…
Reference in a new issue