Move scope visibility notice to the status form, make it dismissible

This commit is contained in:
eugenijm 2019-05-07 19:13:45 +03:00
parent befaa477a3
commit 4af343374a
5 changed files with 33 additions and 2 deletions

View file

@ -94,6 +94,12 @@
"direct_warning_to_all": "This post will be visible to all the mentioned users.",
"direct_warning_to_first_only": "This post will only be visible to the mentioned users at the beginning of the message.",
"posting": "Posting",
"scope_notice": {
"public": "Post to public timelines",
"private": "Post to followers only",
"unlisted": "Do not post to public timelines",
"direct": "Post to mentioned users only"
},
"scope": {
"direct": "Direct - Post to mentioned users only",
"private": "Followers-only - Post to followers only",