AW-483-484-485-fix-bugs
This commit is contained in:
parent
77a8fbd1fd
commit
55a8e793f3
@ -206,12 +206,8 @@ function Email() {
|
|||||||
)}
|
)}
|
||||||
</Policy>
|
</Policy>
|
||||||
{!!error?.length && (
|
{!!error?.length && (
|
||||||
<Title variant="h3" style={{ color: "red", margin: 0 }}>
|
<Title variant="h3" style={{ color: "red", margin: 0, fontSize: "14px", textAlign: "center" }}>
|
||||||
{translate(
|
{error}
|
||||||
"went_wrong",
|
|
||||||
undefined,
|
|
||||||
ELocalesPlacement.CompatibilityV2
|
|
||||||
)}
|
|
||||||
</Title>
|
</Title>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
|
|||||||
@ -181,8 +181,8 @@ function Email() {
|
|||||||
)}
|
)}
|
||||||
</Policy>
|
</Policy>
|
||||||
{!!error?.length && (
|
{!!error?.length && (
|
||||||
<Title variant="h3" style={{ color: "red", margin: 0 }}>
|
<Title variant="h3" style={{ color: "red", margin: 0, fontSize: "14px", textAlign: "center" }}>
|
||||||
{translate("went_wrong", undefined, ELocalesPlacement.CompatibilityV3)}
|
{error}
|
||||||
</Title>
|
</Title>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
|
|||||||
@ -181,8 +181,8 @@ function Email() {
|
|||||||
)}
|
)}
|
||||||
</Policy>
|
</Policy>
|
||||||
{!!error?.length && (
|
{!!error?.length && (
|
||||||
<Title variant="h3" style={{ color: "red", margin: 0 }}>
|
<Title variant="h3" style={{ color: "red", margin: 0, fontSize: "14px", textAlign: "center" }}>
|
||||||
{translate("went_wrong", undefined, ELocalesPlacement.CompatibilityV4)}
|
{error}
|
||||||
</Title>
|
</Title>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user