Add a checkbox for marking a post's attachments as NSFW

This commit is contained in:
scarlett 2018-08-25 22:18:43 +01:00
parent 30a6b7be5b
commit a7811e7bd9
5 changed files with 13 additions and 3 deletions

View file

@ -384,6 +384,8 @@ const en = {
account_not_locked_warning: 'Your account is not {0}. Anyone can follow you to view your follower-only posts.',
account_not_locked_warning_link: 'locked',
direct_warning: 'This post will only be visible to all the mentioned users.',
attachments_sensitive: 'Attachments marked sensitive',
attachments_not_sensitive: 'Attachments <strong>not</strong> marked sensitive',
scope: {
public: 'Public - Post to public timelines',
unlisted: 'Unlisted - Do not post to public timelines',