chore: remove the extra string

mentioneverything
izzy 2025-05-09 08:48:41 +01:00
parent 3d41a016cf
commit f95d3d27d8
No known key found for this signature in database
2 changed files with 3 additions and 6 deletions

2
external/lang vendored

@ -1 +1 @@
Subproject commit 8513c63ce75f489d9cd97164539726c7a4e16cec Subproject commit e54133252e834299a23e759b7cda2cf2b2447279

View File

@ -202,11 +202,8 @@ export const Form = observer(({ page, callback }: Props) => {
/> />
)} )}
{error && ( {error && (
<p style={{ fontSize: "0.8em" }}> <p style={{ fontSize: "0.8em", color: "var(--error)" }}>
<Text id={`login.error.${page}`} /> &middot;{" "}
<span style={{ color: "var(--error)" }}>
<Text id={`error.${error}`} children={error} /> <Text id={`error.${error}`} children={error} />
</span>
</p> </p>
)} )}
<Button> <Button>