summaryrefslogtreecommitdiff
path: root/src/lib/event.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/event.ts')
-rw-r--r--src/lib/event.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/event.ts b/src/lib/event.ts
index 09631b9..bcb7cd9 100644
--- a/src/lib/event.ts
+++ b/src/lib/event.ts
@@ -17,7 +17,7 @@ export const bucketEventsByMonth = (
event: EventListEvent,
) => {
event.startMoment.locale(i18next.language);
- const month = event.startMoment.format(i18next.t("year-month-format" ));
+ const month = event.startMoment.format(i18next.t("common.year-month-format" ));
const matchingBucket = acc.find((bucket) => bucket.title === month);
if (!matchingBucket) {
acc.push({