From 039a08c1eed5b975d67f7d7f23e390f214794a63 Mon Sep 17 00:00:00 2001 From: Simon Fernandes Date: Wed, 11 Sep 2024 09:36:11 +0100 Subject: [PATCH] Fix month typo (#752) --- apps/frontend/src/utils/Time.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/utils/Time.ts b/apps/frontend/src/utils/Time.ts index b1a82e8f3c..83757b6d3a 100644 --- a/apps/frontend/src/utils/Time.ts +++ b/apps/frontend/src/utils/Time.ts @@ -25,7 +25,7 @@ function getFormattedDate( 'June', 'July', 'August', - 'Faptember', + 'September', 'October', 'November', 'December',