Skip to content

Commit

Permalink
Merge pull request #762 from opencrvs/ocrvs-6052
Browse files Browse the repository at this point in the history
id verifier message add for age
  • Loading branch information
euanmillar authored Oct 20, 2023
2 parents de193f4 + 7aeec27 commit cba30fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/api/content/client/client.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"certificate.parent.details.label.nationality": "Nationality",
"certificate.parent.details.label.number": "Number",
"certificate.parent.details.label.typeOfID": "Type of ID",
"certificate.parent.details.label.age": "Age",
"certificate.receipt.amount": "Amount paid:",
"certificate.receipt.amountDue": "Fee",
"certificate.receipt.birthService.after": "Birth registration after {target} days of date of birth",
Expand Down Expand Up @@ -447,7 +448,7 @@
"constants.requireUpdatesLoading": "Checking your declarations",
"constants.integrations": "Integrations",
"constants.assignRecord": "Assign record",
"correction.certificate.corrector.idCheck": "Check proof of ID",
"correction.certificate.corrector.idCheck": "Verify their identity",
"constants.noConnection": "No connection",
"constants.totalFileSizeExceed": "Total size of documents exceeds {fileSize}. Please reduce file size of your uploads",
"constants.skipToMainContent": "Skip to main content",
Expand Down Expand Up @@ -2189,6 +2190,7 @@
"certificate.parent.details.label.nationality": "Nationalité",
"certificate.parent.details.label.number": "Numéro",
"certificate.parent.details.label.typeOfID": "Type de carte d'identité",
"certificate.parent.details.label.age": "L'âge",
"certificate.receipt.amount": "Montant payé :",
"certificate.receipt.amountDue": "Droits d'inscription",
"certificate.receipt.birthService.after": "Enregistrement de la naissance après {target} jours de la date de naissance",
Expand Down Expand Up @@ -2574,7 +2576,7 @@
"verifyCertificate.toastMessage": "Après avoir vérifié le certificat, veuillez fermer la fenêtre du navigateur.",
"verifyCertificate.sexFemale": "Femme",
"verifyCertificate.sexMale": "Homme",
"correction.certificate.corrector.idCheck": "Vérifiez la preuve d'identité. Correspond-elle aux détails suivants ?",
"correction.certificate.corrector.idCheck": "Vérifier leur identité",
"correction.certificate.corrector.idCheckVerify": "Oui",
"correction.certificate.corrector.idCheckWithoutVerify": "Non",
"correction.certificate.corrector.otherIdCheck": "Avez-vous vérifié leur preuve d'identification ?",
Expand Down
1 change: 1 addition & 0 deletions src/api/content/client/descriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@
"print.certificate.manualPaymentMethod": "The label for select option for manual payment method",
"print.certificate.collector.mother": "The label for select value when mother is the collector of certificate",
"certificate.parent.details.label.nationality": "Parent Nationality",
"certificate.parent.details.label.age": "Person age",
"certificate.parent.details.label.number": "Parent number",
"print.certificate.collector.other": "The label for select value when the collector of certificate is other person",
"print.certificate.payment": "The title for payment section",
Expand Down

0 comments on commit cba30fd

Please sign in to comment.