diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2024-02-07 03:14:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-06 19:14:33 -0800 |
commit | 76811657e8bc30d57a084a050c2706f7bb0a4e8e (patch) | |
tree | 8e95b4261377ef5ae62fd27c1abaaf2efc55b32e | |
parent | 3a9497cc7e4368dfcc5a125624a37a8a88557592 (diff) | |
download | voidsky-76811657e8bc30d57a084a050c2706f7bb0a4e8e.tar.zst |
Add missing word in ModerationDetails.tsx (#2753)
-rw-r--r-- | src/view/com/modals/ModerationDetails.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/ModerationDetails.tsx b/src/view/com/modals/ModerationDetails.tsx index ba7f76db1..f890d50dc 100644 --- a/src/view/com/modals/ModerationDetails.tsx +++ b/src/view/com/modals/ModerationDetails.tsx @@ -72,7 +72,7 @@ export function Component({ name = _(msg`Account Muted by List`) description = ( <Trans> - This user is included the{' '} + This user is included in the{' '} <TextLink type="2xl" href={listUriToHref(list.uri)} |