Fix dialog spacing, update copy

This commit is contained in:
Eric Bailey
2024-08-13 13:25:14 -05:00
parent 4004d9eeda
commit 2edbe7211d
2 changed files with 14 additions and 7 deletions
@@ -119,8 +119,8 @@ export function useModerationCauseDescription(
return {
icon: EyeSlash,
name: isYou
? _(msg`Post hidden by you`)
: _(msg`Post hidden by thread author`),
? _(msg`Post Hidden by You`)
: _(msg`Post Hidden by Thread Author`),
description: isYou
? _(msg`You hid this post.`)
: _(msg`The author of this thread has hidden this post.`),