From 5b5cc033a4ddb04644a9ccc87f0ce1e669b825aa Mon Sep 17 00:00:00 2001 From: Ty Date: Mon, 22 Jul 2024 16:11:06 +0200 Subject: [PATCH] Adjust phrasing to original --- src/pages/appeals/oauth2-callback.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/appeals/oauth2-callback.astro b/src/pages/appeals/oauth2-callback.astro index 66e3a80..99e3104 100644 --- a/src/pages/appeals/oauth2-callback.astro +++ b/src/pages/appeals/oauth2-callback.astro @@ -11,7 +11,7 @@ const code = Astro.url.searchParams.get("code"); const state = Astro.url.searchParams.get("state"); const responses = state !== null ? Result.from(() => JSON.parse(atob(state))).andThen(d => validateForm(d)) : null; const questionsMap = { - punishmentType: "What kind of punishment are you appealing?", + punishmentType: "What type of punishment are you appealing?", blockedChannel: "What channel were you blocked from?", role: "What role were you given?", punishmentReason: "Why were you given this punishment?",