diff options
-rw-r--r-- | app/javascript/mastodon/locales/en.json | 1 | ||||
-rw-r--r-- | config/locales/en.yml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index 3c628c869..d85322223 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -351,6 +351,7 @@ "status.replyAll": "Reply to thread", "status.report": "Report @{name}", "status.sensitive_warning": "Sensitive content", + "status.sensitive_toggle": "Reveal", "status.share": "Share", "status.show_less": "Hide", "status.show_less_all": "Hide all", diff --git a/config/locales/en.yml b/config/locales/en.yml index e7d596885..03f293951 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -941,7 +941,7 @@ en: stream_entries: pinned: Pinned roar reblogged: boosted - sensitive_content: Sensitive content + sensitive_content: Reveal terms: body_html: | <h2>Privacy Policy</h2> |