Skip to content

Commit 5b5cc03

Browse files
committed
Adjust phrasing to original
1 parent be5d10c commit 5b5cc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/appeals/oauth2-callback.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const code = Astro.url.searchParams.get("code");
1111
const state = Astro.url.searchParams.get("state");
1212
const responses = state !== null ? Result.from(() => JSON.parse(atob(state))).andThen(d => validateForm(d)) : null;
1313
const questionsMap = {
14-
punishmentType: "What kind of punishment are you appealing?",
14+
punishmentType: "What type of punishment are you appealing?",
1515
blockedChannel: "What channel were you blocked from?",
1616
role: "What role were you given?",
1717
punishmentReason: "Why were you given this punishment?",

0 commit comments

Comments
 (0)