1
0

feat: add option to configure overdue reminders email time

This commit is contained in:
kolaente
2022-06-16 16:52:25 +02:00
parent 1ebd21ccb0
commit 31c49aed4b
2 changed files with 20 additions and 8 deletions

View File

@ -77,7 +77,7 @@
"newName": "The new Name",
"savedSuccess": "The settings were successfully updated.",
"emailReminders": "Send me reminders for tasks via Email",
"overdueReminders": "Send me reminders for overdue undone tasks via email each morning",
"overdueReminders": "Send me reminders for overdue undone tasks via email",
"discoverableByName": "Let other users find me when they search for my name",
"discoverableByEmail": "Let other users find me when they search for my full email",
"playSoundWhenDone": "Play a sound when marking tasks as done",
@ -86,7 +86,8 @@
"weekStartMonday": "Monday",
"language": "Language",
"defaultList": "Default List",
"timezone": "Time Zone"
"timezone": "Time Zone",
"overdueTasksRemindersTime": "Overdue tasks reminder email time"
},
"totp": {
"title": "Two Factor Authentication",