diff options
Diffstat (limited to 'client/src/pages/Enrollment')
-rw-r--r-- | client/src/pages/Enrollment/Agreement/Agreement.jsx | 3 | ||||
-rw-r--r-- | client/src/pages/Enrollment/FinalSlip/FinalSlip.jsx | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/client/src/pages/Enrollment/Agreement/Agreement.jsx b/client/src/pages/Enrollment/Agreement/Agreement.jsx index 69fc9c2..f5661f1 100644 --- a/client/src/pages/Enrollment/Agreement/Agreement.jsx +++ b/client/src/pages/Enrollment/Agreement/Agreement.jsx @@ -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" diff --git a/client/src/pages/Enrollment/FinalSlip/FinalSlip.jsx b/client/src/pages/Enrollment/FinalSlip/FinalSlip.jsx index df4b29f..38c7855 100644 --- a/client/src/pages/Enrollment/FinalSlip/FinalSlip.jsx +++ b/client/src/pages/Enrollment/FinalSlip/FinalSlip.jsx @@ -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')} |