1
0

fix(datepicker): make the date format in the picker consistent with the input field

Resolves https://kolaente.dev/vikunja/vikunja/issues/2340
This commit is contained in:
kolaente 2024-06-06 22:31:07 +02:00
parent 6f4895b8cf
commit 01b7ae8091
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -1116,7 +1116,7 @@
}, },
"date": { "date": {
"locale": "en", "locale": "en",
"altFormatLong": "j M Y H:i", "altFormatLong": "j M Y, H:i",
"altFormatShort": "j M Y" "altFormatShort": "j M Y"
}, },
"reaction": { "reaction": {