diff --git a/src/components/moderation/LabelsOnMeDialog.tsx b/src/components/moderation/LabelsOnMeDialog.tsx
index bf0d1905e0..34fff5a8ab 100644
--- a/src/components/moderation/LabelsOnMeDialog.tsx
+++ b/src/components/moderation/LabelsOnMeDialog.tsx
@@ -242,18 +242,20 @@ function AppealForm({
Appeal "{strings.name}" label
- This appeal will be sent to{' '}
+
+ This appeal will be sent to{' '}
+ control.close()}
+ style={[a.text_md, a.leading_snug]}>
+ {sourceName}
+
+ .
+
- control.close()}
- style={[a.text_md, a.leading_snug]}>
- {sourceName}
-
- .
- This label was applied by
+
+ This label was applied by{' '}
+ control.close()}
+ style={a.text_md}>
+ {desc.source || _(msg`an unknown labeler`)}
+
+
- control.close()}
- style={a.text_md}>
- {desc.source || _(msg`an unknown labeler`)}
-
>
)}