about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorn0toose <git@n0toose.net>2023-01-09 03:18:20 +0100
committerGitHub <noreply@github.com>2023-01-09 03:18:20 +0100
commit105e1f0ca6dd722fad26106c9b40b19c67f42ec1 (patch)
tree06d5cb2d883c3f1cdd082385d58e9aa28bd31d72 /app
parent85ec615393b507632887b86bd8bfbf31ac977a8d (diff)
Correct hashtag warning (#22827)
Posts with any visibility setting that is not 'Public' are prevented
from being listed under any hashtag.
Diffstat (limited to 'app')
-rw-r--r--app/javascript/mastodon/locales/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json
index 0f435391e..0240bf2e6 100644
--- a/app/javascript/mastodon/locales/en.json
+++ b/app/javascript/mastodon/locales/en.json
@@ -128,7 +128,7 @@
   "compose.language.search": "Search languages...",
   "compose_form.direct_message_warning_learn_more": "Learn more",
   "compose_form.encryption_warning": "Posts on Mastodon are not end-to-end encrypted. Do not share any sensitive information over Mastodon.",
-  "compose_form.hashtag_warning": "This post won't be listed under any hashtag as it is unlisted. Only public posts can be searched by hashtag.",
+  "compose_form.hashtag_warning": "This post won't be listed under any hashtag as it is not public. Only public posts can be searched by hashtag.",
   "compose_form.lock_disclaimer": "Your account is not {locked}. Anyone can follow you to view your follower-only posts.",
   "compose_form.lock_disclaimer.lock": "locked",
   "compose_form.placeholder": "What's on your mind?",