diff options
| author | scarlett <nia@netbsd.org> | 2018-08-25 22:18:43 +0100 |
|---|---|---|
| committer | scarlett <nia@netbsd.org> | 2018-08-25 22:18:43 +0100 |
| commit | a7811e7bd97cf7158971b88e8bccbf2f076676ee (patch) | |
| tree | 09927cfd3f5de6a074f586fb87c95ed423e685db /src/i18n/messages.js | |
| parent | 30a6b7be5bf53611bb65cbabd18ad003989df8e3 (diff) | |
Add a checkbox for marking a post's attachments as NSFW
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index a0b7f562..625ac1b6 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -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', |
