diff --git a/apps/frontend/src/components/launches/filters.tsx b/apps/frontend/src/components/launches/filters.tsx index 8138127f..e69bea58 100644 --- a/apps/frontend/src/components/launches/filters.tsx +++ b/apps/frontend/src/components/launches/filters.tsx @@ -14,7 +14,7 @@ export const Filters = () => { // Set dayjs locale based on current language const currentLanguage = i18next.resolvedLanguage || 'en'; - dayjs.locale(currentLanguage); + dayjs.locale(); const betweenDates = week.display === 'day' @@ -214,7 +214,7 @@ export const Filters = () => { ); return (