diff options
author | Eugen <eugen@zeonfederated.com> | 2017-03-31 16:36:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-31 16:36:29 +0200 |
commit | 553e6dd07cec7c74083841dd572269cbaa66dffb (patch) | |
tree | 85e11e1e73b4b74f810cbccdfcc2a70e19329de0 /app/assets/javascripts/components/locales | |
parent | 1ee292b4ccf934076171eae4a8916ae7146c779c (diff) | |
parent | f20f6b25b98efffca47caae713f8dc5e1d0d4bd1 (diff) |
Merge pull request #685 from yiskah/patch-2
Clarify post privacy warning
Diffstat (limited to 'app/assets/javascripts/components/locales')
-rw-r--r-- | app/assets/javascripts/components/locales/en.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/components/locales/en.jsx b/app/assets/javascripts/components/locales/en.jsx index 5af44ea4b..2d3360b6b 100644 --- a/app/assets/javascripts/components/locales/en.jsx +++ b/app/assets/javascripts/components/locales/en.jsx @@ -40,7 +40,7 @@ const en = { "compose_form.sensitive": "Mark media as sensitive", "compose_form.spoiler": "Hide text behind warning", "compose_form.private": "Mark as private", - "compose_form.privacy_disclaimer": "Your private status will be delivered to mentioned users on {domains}. Do you trust {domainsCount, plural, one {that server} other {those servers}} to not leak your status?", + "compose_form.privacy_disclaimer": "Your private status will be delivered to mentioned users on {domains}. Do you trust {domainsCount, plural, one {that server} other {those servers}}? Post privacy only works on Mastodon instances. If {domains} {domainsCount, plural, one {is not a Mastodon instance} other {are not Mastodon instances}}, there will be no indication that your post is private, and it may be boosted or otherwise made visible to unintended recipients.", "compose_form.unlisted": "Do not display on public timelines", "navigation_bar.edit_profile": "Edit profile", "navigation_bar.preferences": "Preferences", |