Change usage of status to post (#39706)

This commit is contained in:
Echo 2026-07-03 12:33:53 +02:00 committed by GitHub
parent 0ec9ef12d5
commit 088b205cec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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',
},
});

View File

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