Fix: Login/Register UI Screens

This commit is contained in:
Aryaman Kumar Sharma
2025-03-12 01:43:42 +05:30
parent 64d90894dc
commit d5c593abb5
5 changed files with 7 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ const LandingPage = ({ isSuperAdmin, onSignup }) => {
textAlign="center"
>
<Box>
<Typography component="h1">{t("signUP")}</Typography>
<Typography component="h1">{t("signUp")}</Typography>
<Typography>
{isSuperAdmin
? t("authRegisterCreateSuperAdminAccount")
@@ -85,7 +85,7 @@ const LandingPage = ({ isSuperAdmin, onSignup }) => {
>
{t("authRegisterTerms")}
</Typography>{" "}
and{" "}
{t("and")}{" "}
<Typography
component="span"
onClick={() => {

View File

@@ -45,7 +45,7 @@ function StepOne({ form, errors, onSubmit, onChange, onBack }) {
textAlign="center"
>
<Box>
<Typography component="h1">{t("signUP")}</Typography>
<Typography component="h1">{t("signUp")}</Typography>
<Typography>{t("authRegisterStepOnePersonalDetails")}</Typography>
</Box>

View File

@@ -39,7 +39,7 @@ function StepThree({ onSubmit, onBack }) {
textAlign="center"
>
<Box>
<Typography component="h1">{t("signUP")}</Typography>
<Typography component="h1">{t("signUp")}</Typography>
<Typography>{t("createPassword")}</Typography>
</Box>
<Box

View File

@@ -43,7 +43,7 @@ function StepTwo({ form, errors, onSubmit, onChange, onBack }) {
textAlign="center"
>
<Box>
<Typography component="h1">{t("signUP")}</Typography>
<Typography component="h1">{t("signUp")}</Typography>
<Typography>{t("enterEmail")}</Typography>
</Box>

View File

@@ -1,5 +1,6 @@
{
"dontHaveAccount": "Don't have account",
"and": "and",
"https": "HTTPS",
"http": "HTTP",
"monitor": "monitor",
@@ -7,8 +8,7 @@
"email": "E-mail",
"forgotPassword": "Forgot Password",
"password": "password",
"signUp": "Sign up",
"signUP": "Sign Up",
"signUp": "Sign Up",
"submit": "Submit",
"title": "Title",
"continue": "Continue",