[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:
parent
4edebef9aa
commit
4a5cfb09ad
@ -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 }}
|
||||
/>
|
||||
)}
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user