Merge branch 'develop' into 'main'

AW-483-484-485-fix-bugs

See merge request witapp/aura-webapp!834
This commit is contained in:
Daniil Chemerkin 2025-12-06 23:51:26 +00:00
commit 9a455af203
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>
)}
</>