Skip to content

Commit

Permalink
Correct hashtag warning (mastodon#22827)
Browse files Browse the repository at this point in the history
Posts with any visibility setting that is not 'Public' are prevented
from being listed under any hashtag.
  • Loading branch information
n0toose authored and Nonexistent committed Jan 12, 2023
1 parent 4fa7908 commit 04b0b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/mastodon/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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?",
Expand Down

0 comments on commit 04b0b8b

Please sign in to comment.