about summary refs log tree commit diff
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-05-06 02:03:59 -0500
committermultiple creatures <dev@multiple-creature.party>2019-05-21 03:16:22 -0500
commit163d42c04ad2af9867bb0ef2b7c81609f6916751 (patch)
treeada1420186280b3342ab57d35e5e845af03a6a44
parent1ed7aca171d455687e32b8abfed2e6b8db25d110 (diff)
Buttons expecting users to perform an action should be verbs.
-rw-r--r--app/javascript/mastodon/locales/en.json1
-rw-r--r--config/locales/en.yml2
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>