Merge pull request #19 from Blaster4385/develop

Random changes
This commit is contained in:
Rohan Raj Gupta 2022-08-26 02:04:16 +05:30 committed by GitHub
commit 3e354484fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 6 deletions

View file

@ -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",

View file

@ -86,8 +86,7 @@ const Agreement = ({ unverified, setUnverified }) => {
/>
</div>
<div className={styles.card__elements}>
<Typography sx={{ fontSize: '1.5rem' }}>
{t('PLEASE_VERIFY_YOUR_IDENTITY')}
<Typography sx={{ fontSize: '1.5rem' }}>{t('PLEASE_VERIFY_YOUR_IDENTITY')} xxxxxxxx{userData?.mobile?.slice(-2)}
</Typography>
<Button
color="primary"

View file

@ -21,7 +21,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')}

View file

@ -24,7 +24,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')}