From 2f9cb424285d66d431a1b96e6ffc956797f2a987 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 21 Feb 2022 11:52:59 +0100 Subject: [PATCH] Update frontend/src/i18n.js Co-authored-by: Moriz Wahl --- frontend/src/i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/i18n.js b/frontend/src/i18n.js index 73125dd07..f4f969008 100644 --- a/frontend/src/i18n.js +++ b/frontend/src/i18n.js @@ -71,7 +71,7 @@ const dateTimeFormats = { year: 'numeric', month: 'long', day: 'numeric', - weekday: 'short', + weekday: 'long', hour: 'numeric', minute: 'numeric', },