Make the hidden account message less misleading (#39231)

This commit is contained in:
Martin Dørum 2026-06-02 11:14:12 +02:00 committed by GitHub
parent 0f7ec43b4a
commit 78e8ee7a43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -93,7 +93,7 @@ export const HoverCardAccount = forwardRef<
) : ( ) : (
<FormattedMessage <FormattedMessage
id='limited_account_hint.title' id='limited_account_hint.title'
defaultMessage='This profile has been hidden by the moderators of {domain}.' defaultMessage='This profile or server has been hidden by the moderators of {domain}.'
values={{ domain }} values={{ domain }}
/> />
)} )}

View File

@ -21,7 +21,7 @@ export const LimitedAccountHint: React.FC<{ accountId: string }> = ({
<p> <p>
<FormattedMessage <FormattedMessage
id='limited_account_hint.title' id='limited_account_hint.title'
defaultMessage='This profile has been hidden by the moderators of {domain}.' defaultMessage='This profile or server has been hidden by the moderators of {domain}.'
values={{ domain }} values={{ domain }}
/> />
</p> </p>

View File

@ -833,7 +833,7 @@
"lightbox.zoom_in": "Zoom to actual size", "lightbox.zoom_in": "Zoom to actual size",
"lightbox.zoom_out": "Zoom to fit", "lightbox.zoom_out": "Zoom to fit",
"limited_account_hint.action": "Show profile anyway", "limited_account_hint.action": "Show profile anyway",
"limited_account_hint.title": "This profile has been hidden by the moderators of {domain}.", "limited_account_hint.title": "This profile or server has been hidden by the moderators of {domain}.",
"link_preview.author": "By {name}", "link_preview.author": "By {name}",
"link_preview.more_from_author": "More from {name}", "link_preview.more_from_author": "More from {name}",
"link_preview.shares": "{count, plural, one {{counter} post} other {{counter} posts}}", "link_preview.shares": "{count, plural, one {{counter} post} other {{counter} posts}}",

View File

@ -850,7 +850,7 @@
"lightbox.zoom_in": "Zoom to actual size", "lightbox.zoom_in": "Zoom to actual size",
"lightbox.zoom_out": "Zoom to fit", "lightbox.zoom_out": "Zoom to fit",
"limited_account_hint.action": "Show profile anyway", "limited_account_hint.action": "Show profile anyway",
"limited_account_hint.title": "This profile has been hidden by the moderators of {domain}.", "limited_account_hint.title": "This profile or server has been hidden by the moderators of {domain}.",
"link_preview.author": "By {name}", "link_preview.author": "By {name}",
"link_preview.more_from_author": "More from {name}", "link_preview.more_from_author": "More from {name}",
"link_preview.shares": "{count, plural, one {{counter} post} other {{counter} posts}}", "link_preview.shares": "{count, plural, one {{counter} post} other {{counter} posts}}",