diff --git a/pkg/i18n/lang/en.json b/pkg/i18n/lang/en.json index 8cbea9b6d..58f9c65ed 100644 --- a/pkg/i18n/lang/en.json +++ b/pkg/i18n/lang/en.json @@ -68,7 +68,10 @@ "task": { "reminder": { "subject": "Reminder for \"%[1]s\" (%[2]s)", - "message": "This is a friendly reminder of the task \"%[1]s\" (%[2]s)." + "message": "This is a friendly reminder of the task \"%[1]s\" (%[2]s).", + "only_due_today_subject": "Tasks due today", + "overdue_intro": "You have the following overdue tasks:", + "today_intro": "You have the following tasks due today:" }, "comment": { "subject": "Re: %[1]s (%[2]s)", @@ -100,11 +103,6 @@ "overdue_since": "since %[1]s", "overdue_now": "now", "overdue": "overdue %[1]s" - }, - "reminder": { - "only_due_today_subject": "Tasks due today", - "overdue_intro": "You have the following overdue tasks:", - "today_intro": "You have the following tasks due today:" } }, "project": {