From 088b205cec94b60ade2f2c3e6d0da374a308c837 Mon Sep 17 00:00:00 2001 From: Echo Date: Fri, 3 Jul 2026 12:33:53 +0200 Subject: [PATCH] Change usage of status to post (#39706) --- app/javascript/mastodon/actions/interactions_typed.ts | 4 ++-- app/javascript/mastodon/locales/en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/javascript/mastodon/actions/interactions_typed.ts b/app/javascript/mastodon/actions/interactions_typed.ts index a2c43489987..09d28da5257 100644 --- a/app/javascript/mastodon/actions/interactions_typed.ts +++ b/app/javascript/mastodon/actions/interactions_typed.ts @@ -62,11 +62,11 @@ const messages = defineMessages({ }, privateStatus: { id: 'status.public_only', - defaultMessage: 'This status is private', + defaultMessage: 'This post is private', }, notQuoted: { id: 'status.not_quoted', - defaultMessage: 'You are not quoted in this status', + defaultMessage: 'You are not quoted in this post', }, }); diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index caf632ac137..5d244c98c6c 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -1265,10 +1265,10 @@ "status.more": "More", "status.mute": "Mute @{name}", "status.mute_conversation": "Mute conversation", - "status.not_quoted": "You are not quoted in this status", + "status.not_quoted": "You are not quoted in this post", "status.open": "Expand this post", "status.pin": "Pin on profile", - "status.public_only": "This status is private", + "status.public_only": "This post is private", "status.quote": "Quote", "status.quote.cancel": "Cancel quote", "status.quote_error.blocked_account_hint.title": "This post is hidden because you've blocked @{name}.",