From a49c7aefc99a1e0584cb0b3fb08d028b65dc35d9 Mon Sep 17 00:00:00 2001 From: rohan09-raj Date: Sun, 21 Aug 2022 11:55:25 +0530 Subject: Update fixes --- client/src/components/Card/CardAgreement.jsx | 4 +--- client/src/components/Card/CardBiometrics.jsx | 2 -- client/src/components/Card/CardScanner.jsx | 2 -- client/src/components/LanguageSelect/locales/en/translation.json | 6 ++++-- client/src/components/LanguageSelect/locales/hi/translation.json | 4 +++- 5 files changed, 8 insertions(+), 10 deletions(-) (limited to 'client/src/components') diff --git a/client/src/components/Card/CardAgreement.jsx b/client/src/components/Card/CardAgreement.jsx index 77bb1a0..fe4edb1 100644 --- a/client/src/components/Card/CardAgreement.jsx +++ b/client/src/components/Card/CardAgreement.jsx @@ -1,6 +1,5 @@ import React from 'react' import styles from './CardAgreement.module.css' -import SubmitButton from '../SubmitButton/SubmitButton' import { Typography } from '@mui/material' import { useTranslation } from 'react-i18next' @@ -10,11 +9,10 @@ const CardAgreement = ({ title, image }) => { <>
- + {t('I_HEREBY_CONFIRM_THE_IDENTITY_AND_ADDRESS')}
- ) } diff --git a/client/src/components/Card/CardBiometrics.jsx b/client/src/components/Card/CardBiometrics.jsx index 49a913e..bff00a5 100644 --- a/client/src/components/Card/CardBiometrics.jsx +++ b/client/src/components/Card/CardBiometrics.jsx @@ -1,6 +1,5 @@ import React from 'react' import styles from './CardBiometrics.module.css' -import SubmitButton from '../SubmitButton/SubmitButton' const CardBiometrics = ({ title, image }) => { return ( @@ -8,7 +7,6 @@ const CardBiometrics = ({ title, image }) => {
- ) } diff --git a/client/src/components/Card/CardScanner.jsx b/client/src/components/Card/CardScanner.jsx index 29caf39..f946c5b 100644 --- a/client/src/components/Card/CardScanner.jsx +++ b/client/src/components/Card/CardScanner.jsx @@ -1,6 +1,5 @@ import React from 'react' import styles from './CardScanner.module.css' -import SubmitButton from '../SubmitButton/SubmitButton' const CardScanner = ({ title, image }) => { return ( @@ -8,7 +7,6 @@ const CardScanner = ({ title, image }) => {
- ) } diff --git a/client/src/components/LanguageSelect/locales/en/translation.json b/client/src/components/LanguageSelect/locales/en/translation.json index bf73d43..5f6da2c 100644 --- a/client/src/components/LanguageSelect/locales/en/translation.json +++ b/client/src/components/LanguageSelect/locales/en/translation.json @@ -86,7 +86,7 @@ "PLEASE_TAKE_THE_PICTURE_OF_THE_PROOF_OF_ADDRESS": "Please take the picture of the Proof of Identity", "PLEASE_TAKE_THE_PICTURE_OF_THE_PROOF_OF_DATE_OF_BIRTH": "Please take the picture of the Proof of Date of Birth", "PLEASE_CAPTURE_PHOTOGRAPH": "Please capture photograph", - "SCAN_YOUR_DOCUMENT": "Scan your document", + "SCAN_YOUR_DOCUMENT": "Please scan your document", "INCORRECT_OTP": "Incorrect OTP!", "OTP_VERIFIED!": "OTP verified!", "PROVIDE_YOUR_AADHAAR_NUMBER": "Provide your Aadhaar Number", @@ -96,5 +96,7 @@ "ENTER_OTP": "Enter OTP", "SENT_TO_YOUR_REGISTERED_MOBILE_NUMBER": "Sent to your registered mobile number", "PLEASE_VERIFY_OTP": "Please verify OTP", - "USER_ALREADY_EXISTS": "USER ALREADY EXISTS" + "USER_ALREADY_EXISTS": "USER ALREADY EXISTS", + "YOU_HAVEN'T_UPDATED_ANYTHING": "You haven't updated anything.", + "YOU_MAY_EITHER_UPDATE_OR_MOVE_TO_NEXT_STEP": "You may either update or move to the next step" } diff --git a/client/src/components/LanguageSelect/locales/hi/translation.json b/client/src/components/LanguageSelect/locales/hi/translation.json index eedee10..99053c9 100644 --- a/client/src/components/LanguageSelect/locales/hi/translation.json +++ b/client/src/components/LanguageSelect/locales/hi/translation.json @@ -96,5 +96,7 @@ "ENTER_OTP": "ओटीपी दर्ज करें", "SENT_TO_YOUR_REGISTERED_MOBILE_NUMBER": "आपके पंजीकृत मोबाइल नंबर पर भेजा गया", "PLEASE_VERIFY_OTP": "कृपया ओटीपी सत्यापित करें", - "USER_ALREADY_EXISTS": "उपयोगकर्ता पहले से मौजूद है" + "USER_ALREADY_EXISTS": "उपयोगकर्ता पहले से मौजूद है", + "YOU_HAVEN'T_UPDATED_ANYTHING": "आपने कोई भी अपडेट नहीं किया है", + "YOU_MAY_EITHER_UPDATE_OR_MOVE_TO_NEXT_STEP": "आप अपडेट कर सकते हैं या अगले चरण पर चले जाएँ" } -- cgit