diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2025-04-02 22:51:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-02 14:51:10 -0700 |
commit | c5900034a4dcb2b53f3892e4bb3325d02cf48cc2 (patch) | |
tree | 021815090653a51daf07afae60d49acdf5e6d699 | |
parent | 0874d9602aca7e1ca437edf6be545c234b10f833 (diff) | |
download | voidsky-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.tsx | 5 |
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> |