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." },