From 85544d377d6f81c81e5cfbe19c5b06de180a06a7 Mon Sep 17 00:00:00 2001 From: Rikesh Ramlochund Date: Wed, 31 Mar 2021 19:02:17 +0400 Subject: [PATCH] Typo with Tuesday --- frontend/src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/utils.js b/frontend/src/utils.js index ed62aabbc..bddc3a8fa 100644 --- a/frontend/src/utils.js +++ b/frontend/src/utils.js @@ -14,7 +14,7 @@ const notifyHelpers = { const days = [ "Sunday", "Monday", - "Tueday", + "Tuesday", "Wednesday", "Thursday", "Friday",