From 6c9753328b1449bf273e30be4b1caee1a3d62b75 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 11 Apr 2026 23:41:24 +0200 Subject: [PATCH] feat(i18n): add strings for quick add default reminders --- frontend/src/i18n/lang/en.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/i18n/lang/en.json b/frontend/src/i18n/lang/en.json index 4f3ac11b2..fa06bf173 100644 --- a/frontend/src/i18n/lang/en.json +++ b/frontend/src/i18n/lang/en.json @@ -140,6 +140,9 @@ "defaultView": "Default view", "timezone": "Time zone", "overdueTasksRemindersTime": "Overdue tasks reminder email time", + "quickAddDefaultReminders": "Default reminders for quick add", + "quickAddDefaultRemindersDescription": "These reminders will be added automatically to every task created via quick add magic that has a due date.", + "quickAddDefaultRemindersHint": "Add one or more reminders relative to the task's due date. Leave empty to disable.", "filterUsedOnOverview": "Saved filter used on the overview page", "showLastViewed": "Show last viewed projects on the overview page", "minimumPriority": "Minimum visible task priority",