Change “Boost with original visibility” to “Share again with your followers” (#36035)

This commit is contained in:
Claire 2025-09-05 10:59:16 +02:00 committed by GitHub
parent 9a2be25199
commit de09e33c92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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',

View file

@ -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',

View file

@ -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.",