diff options
author | n0toose <git@n0toose.net> | 2023-01-09 03:18:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-09 03:18:20 +0100 |
commit | 105e1f0ca6dd722fad26106c9b40b19c67f42ec1 (patch) | |
tree | 06d5cb2d883c3f1cdd082385d58e9aa28bd31d72 /app/javascript | |
parent | 85ec615393b507632887b86bd8bfbf31ac977a8d (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/javascript')
-rw-r--r-- | app/javascript/mastodon/locales/en.json | 2 |
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?", |