Skip to content

Commit

Permalink
Merge pull request #2863 from GreenAsJade/update_escalation_option_text
Browse files Browse the repository at this point in the history
Update description of escalation vote, in line with current thinking
  • Loading branch information
anoek authored Nov 12, 2024
2 parents df0afd6 + a248cce commit 13cfd31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/ReportsCenter/ModerationActionSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ const ACTION_PROMPTS = {
"Suspend user and annul game.",
),

// Note: keep this last, so it's positioned above the "note to moderator" input field
// Note: keep this last, so it's positioned above the "escalation note" input field
escalate: llm_pgettext(
"A label for a community moderator to select this option",
"Escalate: submit for consideration for more serious action.",
"Escalate: report needs final warning or suspension, or other unusual action.",
),
};

Expand Down Expand Up @@ -217,7 +217,7 @@ export function ModerationActionSelector({
))}
{selectedOption === "escalate" && (
<textarea
id="mod-note-text"
id="escalation-note-text"
placeholder={llm_pgettext(
"A placeholder prompting community moderators for the reason why they are escalating a report",
"Reason for escalating?",
Expand Down

0 comments on commit 13cfd31

Please sign in to comment.