diff options
author | cirx <cirx@tuta.io> | 2025-08-21 03:11:02 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-20 11:11:02 -0700 |
commit | ef7c222e1b3828a029834ec0229b7a23272ddcef (patch) | |
tree | f6ea6945c335dd6b8a1c3b9dccea7d482e1b35ed /src | |
parent | 9835d0fb7b3750d08b5535d7243420c48eb348fe (diff) | |
download | voidsky-ef7c222e1b3828a029834ec0229b7a23272ddcef.tar.zst |
fix typo (#8869)
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/Moderation/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Moderation/index.tsx b/src/screens/Moderation/index.tsx index e829abd47..983919c64 100644 --- a/src/screens/Moderation/index.tsx +++ b/src/screens/Moderation/index.tsx @@ -207,7 +207,7 @@ export function ModerationScreenInner({ <Admonition type="tip" style={[a.pb_md]}> <Trans> Your declared age is under 18. Some settings below may be - disabled. If this was a mistake, you may edit your bithdate in + disabled. If this was a mistake, you may edit your birthdate in your{' '} <InlineLinkText to="/settings/account" |