about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsurfdude29 <149612116+surfdude29@users.noreply.github.com>2025-04-02 22:51:10 +0100
committerGitHub <noreply@github.com>2025-04-02 14:51:10 -0700
commitc5900034a4dcb2b53f3892e4bb3325d02cf48cc2 (patch)
tree021815090653a51daf07afae60d49acdf5e6d699
parent0874d9602aca7e1ca437edf6be545c234b10f833 (diff)
downloadvoidsky-c5900034a4dcb2b53f3892e4bb3325d02cf48cc2.tar.zst
Simplify content warning dialog text (#7943)
* simplify content warning dialog text

* tweak copy

* Update src/view/com/composer/labels/LabelsBtn.tsx

Co-authored-by: Hailey <hailey@blueskyweb.xyz>

---------

Co-authored-by: Hailey <hailey@blueskyweb.xyz>
-rw-r--r--src/view/com/composer/labels/LabelsBtn.tsx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/view/com/composer/labels/LabelsBtn.tsx b/src/view/com/composer/labels/LabelsBtn.tsx
index 0718a1928..f6f2f182d 100644
--- a/src/view/com/composer/labels/LabelsBtn.tsx
+++ b/src/view/com/composer/labels/LabelsBtn.tsx
@@ -113,9 +113,8 @@ function DialogInner({
           </Text>
           <Text style={[t.atoms.text_contrast_medium, a.leading_snug]}>
             <Trans>
-              Choose self-labels that are applicable for the media you are
-              posting. If none are selected, this post is suitable for all
-              audiences.
+              Please add any content warning labels that are applicable for
+              the media you are posting.
             </Trans>
           </Text>
         </View>