From 6e759b3beea8d1beb78dcb885d9b9a32103ebf30 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 7 May 2024 18:28:22 +0200 Subject: [PATCH] fix(i18n): clarify from current date string Resolves https://community.vikunja.io/t/suggestion-rename-from-current-date-to-after-completed/2344 --- 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 b647da155..7ff04435e 100644 --- a/frontend/src/i18n/lang/en.json +++ b/frontend/src/i18n/lang/en.json @@ -923,7 +923,7 @@ "every30d": "Every 30 Days", "mode": "Repeat mode", "monthly": "Monthly", - "fromCurrentDate": "From Current Date", + "fromCurrentDate": "From completion date", "each": "Each", "specifyAmount": "Specify an amount…", "hours": "Hours",