From 976926d37ccc2ed8214bf7230d8b8be503b5009d Mon Sep 17 00:00:00 2001 From: Mike Barnes Date: Sun, 20 Oct 2024 15:55:45 +1100 Subject: [PATCH] Revise CW show/hide text --- app/javascript/mastodon/locales/en-GB.json | 2 +- app/javascript/mastodon/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/mastodon/locales/en-GB.json b/app/javascript/mastodon/locales/en-GB.json index 1e1e13433..3560c6ef3 100644 --- a/app/javascript/mastodon/locales/en-GB.json +++ b/app/javascript/mastodon/locales/en-GB.json @@ -196,7 +196,7 @@ "confirmations.unfollow.message": "Are you sure you want to unfollow {name}?", "confirmations.unfollow.title": "Unfollow user?", "content_warning.hide": "Hide post", - "content_warning.show": "Show anyway", + "content_warning.show": "Show post", "conversation.delete": "Delete conversation", "conversation.mark_as_read": "Mark as read", "conversation.open": "View conversation", diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index b265ac462..cf94d7292 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -196,7 +196,7 @@ "confirmations.unfollow.message": "Are you sure you want to unfollow {name}?", "confirmations.unfollow.title": "Unfollow user?", "content_warning.hide": "Hide post", - "content_warning.show": "Show anyway", + "content_warning.show": "Show post", "conversation.delete": "Delete conversation", "conversation.mark_as_read": "Mark as read", "conversation.open": "View conversation",