diff --git a/frontend/src/i18n.js b/frontend/src/i18n.js index 0ce43310b..73125dd07 100644 --- a/frontend/src/i18n.js +++ b/frontend/src/i18n.js @@ -70,7 +70,7 @@ const dateTimeFormats = { long: { year: 'numeric', month: 'long', - day: 'long', + day: 'numeric', weekday: 'short', hour: 'numeric', minute: 'numeric',