From 163d42c04ad2af9867bb0ef2b7c81609f6916751 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Mon, 6 May 2019 02:03:59 -0500 Subject: [PATCH] Buttons expecting users to perform an action should be verbs. --- app/javascript/mastodon/locales/en.json | 1 + config/locales/en.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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: |

Privacy Policy