Skip to content

Commit

Permalink
[ES-1537] Handled title and sentence cases for the messages. (#382)
Browse files Browse the repository at this point in the history
Signed-off-by: GurukiranP <[email protected]>
  • Loading branch information
gk-4VII authored Oct 7, 2024
1 parent 6cee4eb commit f75f489
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"id_card_too_far": { "eng" : "Unable to read card as its too far" }
},
"messages": {
"turn_left": { "eng" : "Turn your head to Left" },
"turn_right": { "eng" : "Turn your head to Right" },
"turn_left": { "eng" : "Turn your head to left" },
"turn_right": { "eng" : "Turn your head to right" },
"sit_straight": {"eng" : "Keep good posture while facing the camera" },
"success_check": { "eng" : "Liveness check successful" },
"id_verified": { "eng" : "ID card verification successful" },
Expand Down
12 changes: 6 additions & 6 deletions signup-ui/public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,19 +163,19 @@
"proceed": "Proceed",
"ekycSteps": {
"ekyc_provider": {
"label": "Choose an eKYC provider",
"label": "Choose An eKYC Provider",
"description": "Select an eKYC service provider that aligns with your requirements"
},
"terms_&_conditions": {
"label": "Terms & Conditions",
"description": "Review the policy terms & conditions"
},
"pre_verification_guide": {
"label": "Pre-verification guide",
"description": "Key instructions for a seamless eKYC experience"
"label": "Pre-verification Guide",
"description": "Essential tips to follow for a smooth eKYC experience"
},
"identity_verification": {
"label": "Identity verification",
"label": "Identity Verification",
"description": "This step verifies the individual’s physical presence during the identity verification process as well as verification of the individual’s identity with their physical ID"
},
"review_consent": {
Expand All @@ -185,7 +185,7 @@
}
},
"verification_screen":{
"welcome_message": "Welcome! Initiating Identity verification process in {count} seconds",
"welcome_message": "Welcome! initiating identity verification process in {count} seconds",
"focus_on_screen_message": "Please try to focus on the screen",
"successful_header": "Verification Successful!",
"successful_subheader": "Please wait while we finalize the process",
Expand Down Expand Up @@ -291,6 +291,6 @@
"IDR-IDS-012": "Authentication Failed",
"IDR-BIE-001": "Technical Error in Biometric Extraction",
"IDR-CFJ-001": "Credential Feeder job failed",
"grant_exchange_failed": "Unable to Authorise - grant exchange failed. Please try again."
"grant_exchange_failed": "Unable to Authorize - grant exchange failed. Please try again."
}
}
2 changes: 1 addition & 1 deletion signup-ui/public/locales/km.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
},
"pre_verification_guide": {
"label": "ការណែនាំអំពីការផ្ទៀងផ្ទាត់ជាមុន",
"description": "ការណែនាំសំខាន់ៗសម្រាប់បទពិសោធន៍ eKYC ដែលគ្មានថ្នេរ"
"description": "គន្លឹះសំខាន់ៗដើម្បីអនុវត្តតាមសម្រាប់បទពិសោធន៍ eKYC ដ៏រលូន"
},
"identity_verification": {
"label": "ការផ្ទៀងផ្ទាត់អត្តសញ្ញាណ",
Expand Down

0 comments on commit f75f489

Please sign in to comment.