[Glitch] Make the hidden account message less misleading

Port 78e8ee7a4316f92fa54bebf855371f3ba0a46b93 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Martin Dørum 2026-06-02 11:14:12 +02:00 committed by Claire
parent 4edebef9aa
commit 4a5cfb09ad
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ export const HoverCardAccount = forwardRef<
) : (
<FormattedMessage
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 }}
/>
)}

View File

@ -21,7 +21,7 @@ export const LimitedAccountHint: React.FC<{ accountId: string }> = ({
<p>
<FormattedMessage
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 }}
/>
</p>