From 371073585688d5588e1923f953c1c108b0026c47 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 16 Jun 2022 16:53:29 +0200 Subject: [PATCH] fix(user): settings wording --- src/i18n/lang/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index de615edd..dd98d5ab 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -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", + "overdueReminders": "Send me a summary of my undone overdue tasks every day", "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",