From fcc4c3374d85b33755f852bcc559db0a8eb5115a Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Thu, 25 Aug 2022 11:44:08 +0530 Subject: Misc changes and add more translation --- .../pages/Enrollment/DocumentScanner/DocumentScanner.jsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'client/src/pages/Enrollment/DocumentScanner/DocumentScanner.jsx') diff --git a/client/src/pages/Enrollment/DocumentScanner/DocumentScanner.jsx b/client/src/pages/Enrollment/DocumentScanner/DocumentScanner.jsx index 3f7b0f6..2e40523 100644 --- a/client/src/pages/Enrollment/DocumentScanner/DocumentScanner.jsx +++ b/client/src/pages/Enrollment/DocumentScanner/DocumentScanner.jsx @@ -148,25 +148,24 @@ const DocumentScanner = () => { <>
  • - Consists of 3 steps : + {t('CONSISTS_OF_3_STEPS')}
      -
    • Proof of Identity:
    • -
    • Proof of Address:
    • -
    • Proof of Date of Birth:
    • +
    • {t('PROOF_OF_IDENTITY')}
    • +
    • {t(t('PROOF_OF_ADDRESS'))}
    • +
    • {t('PROOF_OF_DOB')}
  • - Ensure that your documents are in the center of the frame + {t('ENSURE_THAT_YOUR_DOCUMENTS_ARE_IN_THE_CENTER_OF_THE_FRAME')}
  • - You won't be able to proceed until you have scanned all the - required documents + {t('YOU_WONT_BE_ABLE_TO_PROCEED_UNTIL_YOU_HAVE_SCANNED_ALL_THE_REQUIRED_DOCUMENTS')}
-- cgit