From de09e33c922ed326e075524b8bb862720f9b1816 Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 5 Sep 2025 10:59:16 +0200 Subject: [PATCH] =?UTF-8?q?Change=20=E2=80=9CBoost=20with=20original=20vis?= =?UTF-8?q?ibility=E2=80=9D=20to=20=E2=80=9CShare=20again=20with=20your=20?= =?UTF-8?q?followers=E2=80=9D=20(#36035)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/javascript/mastodon/components/status/reblog_button.tsx | 2 +- .../mastodon/features/picture_in_picture/components/footer.tsx | 2 +- app/javascript/mastodon/locales/en.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/javascript/mastodon/components/status/reblog_button.tsx b/app/javascript/mastodon/components/status/reblog_button.tsx index afc208e03..079ca5d7c 100644 --- a/app/javascript/mastodon/components/status/reblog_button.tsx +++ b/app/javascript/mastodon/components/status/reblog_button.tsx @@ -69,7 +69,7 @@ const messages = defineMessages({ }, reblog_private: { id: 'status.reblog_private', - defaultMessage: 'Boost with original visibility', + defaultMessage: 'Share again with your followers', }, reblog_cannot: { id: 'status.cannot_reblog', diff --git a/app/javascript/mastodon/features/picture_in_picture/components/footer.tsx b/app/javascript/mastodon/features/picture_in_picture/components/footer.tsx index 919a41cba..ddcc386ad 100644 --- a/app/javascript/mastodon/features/picture_in_picture/components/footer.tsx +++ b/app/javascript/mastodon/features/picture_in_picture/components/footer.tsx @@ -33,7 +33,7 @@ const messages = defineMessages({ reblog: { id: 'status.reblog', defaultMessage: 'Boost' }, reblog_private: { id: 'status.reblog_private', - defaultMessage: 'Boost with original visibility', + defaultMessage: 'Share again with your followers', }, cancel_reblog_private: { id: 'status.cancel_reblog_private', diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index 213b93bca..1acbe9089 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -913,7 +913,7 @@ "status.read_more": "Read more", "status.reblog": "Boost", "status.reblog_or_quote": "Boost or quote", - "status.reblog_private": "Boost with original visibility", + "status.reblog_private": "Share again with your followers", "status.reblogged_by": "{name} boosted", "status.reblogs": "{count, plural, one {boost} other {boosts}}", "status.reblogs.empty": "No one has boosted this post yet. When someone does, they will show up here.",