From 77fc5c0c6f9e7c0edaecae9d62bd9329f11ab9c4 Mon Sep 17 00:00:00 2001 From: dpschen Date: Tue, 26 Oct 2021 16:48:47 +0000 Subject: [PATCH] fix: use correct dash for english translation (#902) Co-authored-by: Dominik Pschenitschni Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/902 Co-authored-by: dpschen Co-committed-by: dpschen --- src/i18n/lang/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index 5cd14c0cd..3d684db7e 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -511,7 +511,7 @@ "today": "Today", "nextWeek": "Next Week", "nextMonth": "Next Month", - "noTasks": "Nothing to do - Have a nice day!" + "noTasks": "Nothing to do — Have a nice day!" }, "detail": { "chooseDueDate": "Click here to set a due date",