Update copy
This commit is contained in:
@@ -119,11 +119,11 @@ export function useModerationCauseDescription(
|
||||
return {
|
||||
icon: EyeSlash,
|
||||
name: isYou
|
||||
? _(msg`Post Hidden by You`)
|
||||
: _(msg`Post Hidden by Thread Author`),
|
||||
? _(msg`Reply Hidden by You`)
|
||||
: _(msg`Reply Hidden by Thread Author`),
|
||||
description: isYou
|
||||
? _(msg`You hid this post.`)
|
||||
: _(msg`The author of this thread has hidden this post.`),
|
||||
? _(msg`You hid this reply.`)
|
||||
: _(msg`The author of this thread has hidden this reply.`),
|
||||
}
|
||||
}
|
||||
if (cause.type === 'label') {
|
||||
|
||||
Reference in New Issue
Block a user