diff --git a/src/components/moderation/LabelsOnMeDialog.tsx b/src/components/moderation/LabelsOnMeDialog.tsx index 0a641f823f..8b87a185e5 100644 --- a/src/components/moderation/LabelsOnMeDialog.tsx +++ b/src/components/moderation/LabelsOnMeDialog.tsx @@ -152,7 +152,7 @@ function Label({ {strings.description} {showAccountCallout && ( - + This label was applied to the entire user account and will appear on all posts. diff --git a/src/components/moderation/ModerationDetailsDialog.tsx b/src/components/moderation/ModerationDetailsDialog.tsx index 0a71f5b350..e0b2f8b32f 100644 --- a/src/components/moderation/ModerationDetailsDialog.tsx +++ b/src/components/moderation/ModerationDetailsDialog.tsx @@ -188,6 +188,36 @@ function ModerationDetailsDialogInner({ {description} + {canAppeal && ( + + + + You may appeal these labels if you feel they were placed in + error. + + + + + )} + {desc.isSubjectAccount && ( @@ -260,20 +290,6 @@ function ModerationDetailsDialogInner({ )} - {canAppeal && ( - - - - )} )}