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/Update/DocumentScanner/DocumentScanner.jsx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'client/src/pages/Update/DocumentScanner/DocumentScanner.jsx') diff --git a/client/src/pages/Update/DocumentScanner/DocumentScanner.jsx b/client/src/pages/Update/DocumentScanner/DocumentScanner.jsx index c4f8ad6..e4bffc9 100644 --- a/client/src/pages/Update/DocumentScanner/DocumentScanner.jsx +++ b/client/src/pages/Update/DocumentScanner/DocumentScanner.jsx @@ -199,31 +199,30 @@ const DocumentScanner = () => { return ( <>
-
  • - 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