Mute 'account' not 'user'
This commit is contained in:
@@ -92,7 +92,7 @@ function ModerationDetailsDialogInner({
|
|||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
name = _(msg`Account Muted`)
|
name = _(msg`Account Muted`)
|
||||||
description = _(msg`You have muted this user.`)
|
description = _(msg`You have muted this account.`)
|
||||||
}
|
}
|
||||||
} else if (modcause.type === 'mute-word') {
|
} else if (modcause.type === 'mute-word') {
|
||||||
name = _(msg`Post Hidden by Muted Word`)
|
name = _(msg`Post Hidden by Muted Word`)
|
||||||
|
|||||||
@@ -81,8 +81,8 @@ export function useModerationCauseDescription(
|
|||||||
} else {
|
} else {
|
||||||
return {
|
return {
|
||||||
icon: EyeSlash,
|
icon: EyeSlash,
|
||||||
name: _(msg`Muted User`),
|
name: _(msg`Account Muted`),
|
||||||
description: _(msg`You have muted this user`),
|
description: _(msg`You have muted this account.`),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user