improve blocked user alert body

This commit is contained in:
Ajay Bura 2025-08-09 12:40:48 +05:30
parent 2d335191f4
commit 794789dc75

View file

@ -428,7 +428,7 @@ export function IgnoredUserAlert() {
<Text size="L400">Blocked User</Text>
</Box>
<Box direction="Column">
<Text size="T200">You do not receive any messages or invites sent by this user.</Text>
<Text size="T200">You do not receive any messages or invites from this user.</Text>
</Box>
</Box>
</SettingTile>