diff options
author | Blaster4385 <venkateshchaturvedi12@gmail.com> | 2022-08-26 01:59:21 +0530 |
---|---|---|
committer | Blaster4385 <venkateshchaturvedi12@gmail.com> | 2022-08-26 01:59:21 +0530 |
commit | 9441c80c7e58a8c82638fed3c91a26091001f141 (patch) | |
tree | 3448c45851f313fdef02774d7d63549acdf08967 /client | |
parent | 6f9f9f4c8c19f62e92fbc4d7932dffd89683ee5f (diff) |
Random changes
Diffstat (limited to 'client')
4 files changed, 6 insertions, 5 deletions
diff --git a/client/src/components/LanguageSelect/locales/en/translation.json b/client/src/components/LanguageSelect/locales/en/translation.json index a2a4470..4cf2201 100644 --- a/client/src/components/LanguageSelect/locales/en/translation.json +++ b/client/src/components/LanguageSelect/locales/en/translation.json @@ -42,7 +42,7 @@ "PROOF_OF_DOB": "Proof of Date of Birth", "SCAN": "Scan", "KINDLY_CLICK_THE_PICTURE_OF_YOUR_DOCUMENTS": "Kindly click the picture of your documents", - "ALL_STEPS_COMPLETED": "All steps completed - you're finished", + "ALL_STEPS_COMPLETED": "All steps completed - you may proceed", "BACK": "Back", "FINISH": "Finish", "NEXT": "Next", @@ -52,7 +52,7 @@ "ENSURE_THAT_RECIEVED_A_CONFIRMATION_MESSAGE": "Please ensure that you have recieved a confirmation message before leaving", "PLEASE_PUT_YOUR_FINGERS_ON_THE_FINGERPRINT_SCANNER": "Please put your fingers one by one on the fingerprint scanner.", "WAIT_FOR_PROMPT_AND_BEEP_SOUND_TO_REMOVE_YOUR_FINGERS": "Wait for prompt and beep sound to remove your fingers", - "PLEASE_VERIFY_YOUR_IDENTITY": "Please verify your identity by receiving the OTP on your registered mobile number xxxxxxxx15", + "PLEASE_VERIFY_YOUR_IDENTITY": "Please verify your identity by receiving the OTP on your registered mobile number", "SEND_OTP": "Send OTP", "RESEND": "Resend", "VERIFY_OTP": "Verify OTP", diff --git a/client/src/pages/Enrollment/Agreement/Agreement.jsx b/client/src/pages/Enrollment/Agreement/Agreement.jsx index 704b0d5..165ab4c 100644 --- a/client/src/pages/Enrollment/Agreement/Agreement.jsx +++ b/client/src/pages/Enrollment/Agreement/Agreement.jsx @@ -73,7 +73,8 @@ const Agreement = ({ unverified, setUnverified }) => { /> </div> <div className={styles.card__elements}> - <Typography sx={{ fontSize: '1.5rem' }}>{t('PLEASE_VERIFY_YOUR_IDENTITY')}</Typography> + <Typography sx={{ fontSize: '1.5rem' }}>{t('PLEASE_VERIFY_YOUR_IDENTITY')} xxxxxxxx{userData?.mobile?.slice(-2)} + </Typography> <Button color="primary" size="large" diff --git a/client/src/pages/Enrollment/FinalSlip/FinalSlip.jsx b/client/src/pages/Enrollment/FinalSlip/FinalSlip.jsx index c3c032e..5b1b728 100644 --- a/client/src/pages/Enrollment/FinalSlip/FinalSlip.jsx +++ b/client/src/pages/Enrollment/FinalSlip/FinalSlip.jsx @@ -17,7 +17,7 @@ const FinalSlip = () => { </div> <div> <Grid container justifyContent="center"> - <Typography align="center" fontWeight={'Bold'}> + <Typography align="center" fontWeight={'Bold'} sx={{ fontSize: '1.75rem' }}> {t('THANK_YOU_FOR_YOUR_TIME')} <br /> {t('ENSURE_THAT_RECIEVED_A_CONFIRMATION_MESSAGE')} diff --git a/client/src/pages/Update/FinalSlip/FinalSlip.jsx b/client/src/pages/Update/FinalSlip/FinalSlip.jsx index 4212be4..f4e6a59 100644 --- a/client/src/pages/Update/FinalSlip/FinalSlip.jsx +++ b/client/src/pages/Update/FinalSlip/FinalSlip.jsx @@ -20,7 +20,7 @@ const FinalSlip = () => { </div> <div> <Grid container justifyContent="center"> - <Typography align="center" fontWeight={'Bold'}> + <Typography align="center" fontWeight={'Bold'} sx={{ fontSize: '1.75rem' }}> {t('THANK_YOU_FOR_YOUR_TIME')} <br /> {t('ENSURE_THAT_RECIEVED_A_CONFIRMATION_MESSAGE')} |