From 163d42c04ad2af9867bb0ef2b7c81609f6916751 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Mon, 6 May 2019 02:03:59 -0500 Subject: Buttons expecting users to perform an action should be verbs. --- app/javascript/mastodon/locales/en.json | 1 + 1 file changed, 1 insertion(+) (limited to 'app/javascript') 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", -- cgit