mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
chore: show error on modify account
This commit is contained in:
2
external/lang
vendored
2
external/lang
vendored
Submodule external/lang updated: 820e38afe5...2629e10645
@@ -161,7 +161,10 @@ export default function ModifyAccount({
|
|||||||
<Category compact>
|
<Category compact>
|
||||||
<Error
|
<Error
|
||||||
error={
|
error={
|
||||||
<Text id="app.special.modals.account.failed" />
|
<>
|
||||||
|
<Text id="app.special.modals.account.failed" />{" "}
|
||||||
|
<Text id={`error.${error}`}>{error}</Text>
|
||||||
|
</>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</Category>
|
</Category>
|
||||||
@@ -171,7 +174,8 @@ export default function ModifyAccount({
|
|||||||
<div style={{ marginTop: "8px" }}>
|
<div style={{ marginTop: "8px" }}>
|
||||||
<Tip palette="warning">
|
<Tip palette="warning">
|
||||||
Changing your username may change your number tag.
|
Changing your username may change your number tag.
|
||||||
You can freely change the case of your username.
|
You can freely change the case of your username. You
|
||||||
|
may change your number tag up to once a day.
|
||||||
</Tip>
|
</Tip>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user