From 86fb28c7322e6cf8dffc538588d9a07f149fc754 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 18 Aug 2025 11:42:22 +0200 Subject: [PATCH] chore(i18n): clarify wording --- frontend/src/i18n/lang/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/i18n/lang/en.json b/frontend/src/i18n/lang/en.json index a05bd9d57..26a966281 100644 --- a/frontend/src/i18n/lang/en.json +++ b/frontend/src/i18n/lang/en.json @@ -1010,7 +1010,7 @@ "project4": "For example: {prefix}\"Project with spaces\".", "dateAndTime": "Date and time", "date": "Any date will be used as the due date of the new task. You can use dates in any of these formats:", - "dateWeekday": "any weekday, will use the next date with that date", + "dateWeekday": "any weekday, will use the next date with that day", "dateCurrentYear": "will use the current year", "dateNth": "will use the {day}th of the current month", "dateTime": "Combine any of the date formats with \"{time}\" (or {timePM}) to set a time.", @@ -1161,7 +1161,7 @@ "notification": { "title": "Notifications", "none": "You don't have any notifications. Have a nice day!", - "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen.", + "explainer": "Notifications will appear here when actions, projects or tasks you subscribed to happen.", "markAllRead": "Mark all notifications as read", "markAllReadSuccess": "Successfully marked all notifications as read." },