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', },