From 47b89c3fcea0d09530bcbc13db18add3cdba6407 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Tue, 19 Mar 2024 23:22:02 +0200 Subject: [PATCH] Tournament registration: month as text --- app/features/tournament/routes/to.$id.register.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/features/tournament/routes/to.$id.register.tsx b/app/features/tournament/routes/to.$id.register.tsx index 107a17fd8..881e451ed 100644 --- a/app/features/tournament/routes/to.$id.register.tsx +++ b/app/features/tournament/routes/to.$id.register.tsx @@ -316,7 +316,7 @@ export default function TournamentRegisterPage() { minute: "numeric", hour: "numeric", day: "numeric", - month: "numeric", + month: "long", }) : null}