mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 18:15:28 +00:00
chore: remove the extra string
This commit is contained in:
2
external/lang
vendored
2
external/lang
vendored
Submodule external/lang updated: 8513c63ce7...e54133252e
@@ -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}`} /> ·{" "}
|
|
||||||
<span style={{ color: "var(--error)" }}>
|
|
||||||
<Text id={`error.${error}`} children={error} />
|
<Text id={`error.${error}`} children={error} />
|
||||||
</span>
|
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
<Button>
|
<Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user