AW-483-484-485-fix-bugs

This commit is contained in:
Daniil Chemerkin 2025-12-06 23:51:26 +00:00
parent 77a8fbd1fd
commit 55a8e793f3
3 changed files with 6 additions and 10 deletions

View File

@ -206,12 +206,8 @@ function Email() {
)}
</Policy>
{!!error?.length && (
<Title variant="h3" style={{ color: "red", margin: 0 }}>
{translate(
"went_wrong",
undefined,
ELocalesPlacement.CompatibilityV2
)}
<Title variant="h3" style={{ color: "red", margin: 0, fontSize: "14px", textAlign: "center" }}>
{error}
</Title>
)}
</>

View File

@ -181,8 +181,8 @@ function Email() {
)}
</Policy>
{!!error?.length && (
<Title variant="h3" style={{ color: "red", margin: 0 }}>
{translate("went_wrong", undefined, ELocalesPlacement.CompatibilityV3)}
<Title variant="h3" style={{ color: "red", margin: 0, fontSize: "14px", textAlign: "center" }}>
{error}
</Title>
)}
</>

View File

@ -181,8 +181,8 @@ function Email() {
)}
</Policy>
{!!error?.length && (
<Title variant="h3" style={{ color: "red", margin: 0 }}>
{translate("went_wrong", undefined, ELocalesPlacement.CompatibilityV4)}
<Title variant="h3" style={{ color: "red", margin: 0, fontSize: "14px", textAlign: "center" }}>
{error}
</Title>
)}
</>