diff options
| author | Henry Jameson <me@hjkos.com> | 2018-08-30 20:30:04 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-09-03 18:52:07 +0300 |
| commit | 36101abc224e80672b47090680db4bbe965e17f3 (patch) | |
| tree | 44264295cdb9710df8efcd4b84ae8ddd8dd84a73 /src/i18n/messages.js | |
| parent | 20b0ffc0b9978799ed34fc3b8c85aa8fe56f2eeb (diff) | |
Simplified image sensitivity label
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 42e7e9d4..8a902127 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -393,8 +393,7 @@ 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', + attachments_sensitive: 'Mark attachments as sensitive', scope: { public: 'Public - Post to public timelines', unlisted: 'Unlisted - Do not post to public timelines', |
