diff --git a/src/view/com/composer/labels/LabelsBtn.tsx b/src/view/com/composer/labels/LabelsBtn.tsx
index d72366aead..7677ba7ee6 100644
--- a/src/view/com/composer/labels/LabelsBtn.tsx
+++ b/src/view/com/composer/labels/LabelsBtn.tsx
@@ -100,35 +100,42 @@ function DialogInner({
Add a content warning
-
-
-
- Adult Content
+ {!hasMedia ? (
+
+
+
+ There are no self-labels that can be applied to this post.
+
-
-
- {hasMedia ? (
- <>
+ ) : (
+ <>
+
+
+
+ Adult Content
+
+
+
+ Sexual activity or erotic nudity.
) : (
- If none are selected, suitable for all ages.
+
+ If none are selected, this post is suitable for all
+ audiences.
+
)}
- >
- ) : (
-
-
-
-
- Not Applicable.
- {' '}
- This warning is only available for posts with media attached.
-
-
- )}
-
+ >
+ )}