From a6f4f11abf76393a9e169faa30ebfc819daef313 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 20 Aug 2022 11:56:37 +0300 Subject: [PATCH] chore(calendar): better worded no events msg --- public/locales/en/calendar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/en/calendar.json b/public/locales/en/calendar.json index ddd5cfba9..e92f78838 100644 --- a/public/locales/en/calendar.json +++ b/public/locales/en/calendar.json @@ -1,7 +1,7 @@ { "inYourTimeZone": "Times in your local time zone:", "addNew": "Add new", - "noEvents": "No events this week", + "noEvents": "No events for selected week", "reportResults": "You can report results:", "day": "Day {{number}}", "actions.reportWinners": "Report winners",