mirror of
https://github.com/mastodon/mastodon.git
synced 2026-07-28 18:37:27 -05:00
Change usage of status to post (#39706)
This commit is contained in:
parent
0ec9ef12d5
commit
088b205cec
|
|
@ -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',
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -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}.",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user