Skip to content

Commit

Permalink
Adjust phrasing to original
Browse files Browse the repository at this point in the history
  • Loading branch information
TymanWasTaken committed Jul 23, 2024
1 parent be5d10c commit 5b5cc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/appeals/oauth2-callback.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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?",
Expand Down

0 comments on commit 5b5cc03

Please sign in to comment.