From 63b1082951656c46b0135e3114c4c97c6d9a9ebb Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 18 Aug 2025 11:39:12 +0200 Subject: [PATCH] chore(i18n): improve wording --- frontend/src/i18n/lang/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/i18n/lang/en.json b/frontend/src/i18n/lang/en.json index 2e0de1432..a05bd9d57 100644 --- a/frontend/src/i18n/lang/en.json +++ b/frontend/src/i18n/lang/en.json @@ -793,7 +793,7 @@ "show": { "titleCurrent": "Current Tasks", "titleDates": "Tasks from {from} until {to}", - "noDates": "Show tasks without dates", + "noDates": "Show tasks without date", "overdue": "Show overdue tasks", "fromuntil": "Tasks from {from} until {until}", "select": "Select a date range",