From 01b7ae8091915ef00a8ad346d6de3ca26706977b Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 6 Jun 2024 22:31:07 +0200 Subject: [PATCH] fix(datepicker): make the date format in the picker consistent with the input field Resolves https://kolaente.dev/vikunja/vikunja/issues/2340 --- 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 b92b988ad..da7805764 100644 --- a/frontend/src/i18n/lang/en.json +++ b/frontend/src/i18n/lang/en.json @@ -1116,7 +1116,7 @@ }, "date": { "locale": "en", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": {