diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-05-18 15:40:34 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-05-21 03:16:50 -0500 |
commit | e411b20711325219695007496ec8db545b67f209 (patch) | |
tree | e2570584d844c3cdb67a053070432eaf7e7537fe /app/javascript | |
parent | 7a0dc34cad955fecba8072f5ed3c179ba5a3fd98 (diff) |
correct media reveal wording
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/mastodon/locales/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index 8da4c3ddb..9c8dbbb7d 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -353,7 +353,7 @@ "status.reply": "Reply", "status.replyAll": "Reply to thread", "status.report": "Report @{name}", - "status.sensitive_warning": "Sensitive content", + "status.sensitive_warning": "Reveal", "status.sensitive_toggle": "Reveal", "status.share": "Share", "status.show_less": "Hide", |