From e4384e9e248c7938a82f2d420bddeb0a7f925811 Mon Sep 17 00:00:00 2001 From: "Md. Ashikul Alam" Date: Thu, 12 Oct 2023 16:25:29 +0600 Subject: [PATCH 1/6] remove option from informant type dropdown --- src/form/common/select-options.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/form/common/select-options.ts b/src/form/common/select-options.ts index c86c1696b..48023974b 100644 --- a/src/form/common/select-options.ts +++ b/src/form/common/select-options.ts @@ -174,10 +174,6 @@ export const birthInformantTypeOptions: ISelectOption[] = [ value: informantTypes.SISTER, label: informantMessageDescriptors.SISTER }, - { - value: informantTypes.OTHER_FAMILY_MEMBER, - label: informantMessageDescriptors.OTHER_FAMILY_MEMBER - }, { value: informantTypes.LEGAL_GUARDIAN, label: informantMessageDescriptors.LEGAL_GUARDIAN From 49e2b8046231d664fdb7563b3c6e856bdd32e149 Mon Sep 17 00:00:00 2001 From: "Md. Ashikul Alam" Date: Fri, 13 Oct 2023 20:07:02 +0600 Subject: [PATCH 2/6] print message update --- src/api/content/client/client.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/api/content/client/client.json b/src/api/content/client/client.json index 46a7f7971..1a25a1f83 100644 --- a/src/api/content/client/client.json +++ b/src/api/content/client/client.json @@ -873,8 +873,9 @@ "form.field.label.app.whoContDet.grandSon": "Grandson", "form.field.label.app.whoContDet.legalGuardian": "Legal guardian", "form.field.label.app.whoContDet.mother": "Mother", - "form.field.label.app.certifyRecordTo.mother": "Print and issue to informant (Mother)", - "form.field.label.app.certifyRecordTo.father": "Print and issue to informant (Father)", + "form.field.label.app.certifyRecordTo.informant": "Print and issue to informant ({informant})", + "form.field.label.app.certifyRecordTo.mother": "Print and issue to mother", + "form.field.label.app.certifyRecordTo.father": "Print and issue to father", "form.field.label.app.whoContDet.other": "Other", "form.field.label.app.whoContDet.sister": "Sister", "form.field.label.app.whoContDet.sonInLaw": "Son in law", @@ -1378,9 +1379,9 @@ "form.field.label.informantRelation.groomAndBride": "Groom & Bride", "form.field.label.informantRelation.groom": "Groom", "form.field.label.informantRelation.bride": "Bride", - "form.section.groom.name": "Groom", + "form.section.groom.name": "Print and issue to groom", "form.section.groom.title": "Groom's details", - "form.section.bride.name": "Bride", + "form.section.bride.name": "Print and issue to bride", "form.section.bride.title": "Bride's details", "form.section.groom.headOfGroomFamily": "Head of groom's family", "form.section.bride.headOfBrideFamily": "Head of bride's family", @@ -2971,8 +2972,9 @@ "form.field.label.app.whoContDet.grandSon": "Petit-fils", "form.field.label.app.whoContDet.legalGuardian": "Tuteur légal", "form.field.label.app.whoContDet.mother": "Mère", - "form.field.label.app.certifyRecordTo.mother": "Imprimer et délivrer à l'informateur (Mère)", - "form.field.label.app.certifyRecordTo.father": "Imprimer et délivrer à l'informateur (Père)", + "form.field.label.app.certifyRecordTo.informant": "Imprimer et remettre à l'informateur ({informant})", + "form.field.label.app.certifyRecordTo.mother": "Imprimer et remettre à la mère", + "form.field.label.app.certifyRecordTo.father": "Imprimer et remettre au père", "form.field.label.app.whoContDet.other": "Autre", "form.field.label.app.whoContDet.sister": "Sœur", "form.field.label.app.whoContDet.sonInLaw": "Beau-fils ou belle-fille", @@ -3476,9 +3478,9 @@ "form.field.label.informantRelation.groomAndBride": "Le marié et la mariée", "form.field.label.informantRelation.groom": "Marié", "form.field.label.informantRelation.bride": "Mariée", - "form.section.groom.name": "Marié", + "form.section.groom.name": "Imprimer et envoyer au marié", "form.section.groom.title": "Détails du marié", - "form.section.bride.name": "Mariée", + "form.section.bride.name": "Imprimer et envoyer à la mariée", "form.section.bride.title": "Détails de la mariée", "form.section.groom.headOfGroomFamily": "Chef de la famille du marié", "form.section.bride.headOfBrideFamily": "Chef de la famille de la mariée", From d20cd5eabe29f266f854e85558f8295d107a8749 Mon Sep 17 00:00:00 2001 From: "Md. Ashikul Alam" Date: Mon, 16 Oct 2023 16:46:59 +0600 Subject: [PATCH 3/6] issue collector form message update --- src/api/content/client/client.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/api/content/client/client.json b/src/api/content/client/client.json index 1a25a1f83..49239415c 100644 --- a/src/api/content/client/client.json +++ b/src/api/content/client/client.json @@ -374,12 +374,12 @@ "constants.registrationNumber": "Reg no.", "constants.issueCertificate": "Issue Certificate", "constants.collectorDetails": "Collector Details", - "constants.issueToMother": "Issue to informant (Mother)", - "constants.issueToFather": "Issue to informant (Father)", - "constants.issueToGroom": "Issue to informant (Groom)", - "constants.issueToBride": "Issue to informant (Bride)", + "constants.issueToMother": "Issue to mother", + "constants.issueToFather": "Issue to father", + "constants.issueToGroom": "Issue to groom", + "constants.issueToBride": "Issue to bride", "constants.issueToSomeoneElse": "Issue to someone else", - "constants.issueToInformant": "Issue to informant", + "constants.issueToInformant": "Issue to informant ({informant})", "constants.issueConfirmationMessage": "Please confirm that the certificate has been issued to the informant or collector.", "constants.idCheckWithoutVerify": "Continue without proof of ID?", "constants.requestReason": "Reason for request", From de193f4eb3552423b9dff10e99fbc7df029f55b2 Mon Sep 17 00:00:00 2001 From: "Md. Ashikul Alam" Date: Mon, 16 Oct 2023 20:25:52 +0600 Subject: [PATCH 4/6] corrector message update --- src/api/content/client/client.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/content/client/client.json b/src/api/content/client/client.json index 49239415c..dde801698 100644 --- a/src/api/content/client/client.json +++ b/src/api/content/client/client.json @@ -484,7 +484,7 @@ "correction.corrector.idCheck": "Check proof of ID", "correction.corrector.idCheckVerify": "Yes", "correction.corrector.idCheckWithoutVerify": "No", - "correction.corrector.informant": "Informant", + "correction.corrector.informant": "Informant ({informant})", "correction.corrector.legalGuardian": "Legal guardian", "correction.corrector.me": "Me", "correction.corrector.mother": "Mother", From da8653fd0ff478bb2fee44fdd27cec31c787d8ee Mon Sep 17 00:00:00 2001 From: "Md. Ashikul Alam" Date: Wed, 18 Oct 2023 18:37:30 +0600 Subject: [PATCH 5/6] id verifier message add for age --- src/api/content/client/client.json | 2 ++ src/api/content/client/descriptions.json | 1 + 2 files changed, 3 insertions(+) diff --git a/src/api/content/client/client.json b/src/api/content/client/client.json index dde801698..5ea63c712 100644 --- a/src/api/content/client/client.json +++ b/src/api/content/client/client.json @@ -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", @@ -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", diff --git a/src/api/content/client/descriptions.json b/src/api/content/client/descriptions.json index acf87eace..c76f8dbbe 100644 --- a/src/api/content/client/descriptions.json +++ b/src/api/content/client/descriptions.json @@ -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", From 7aeec27a664f3a0f00c77777626143a8142a516d Mon Sep 17 00:00:00 2001 From: "Md. Ashikul Alam" Date: Thu, 19 Oct 2023 16:27:53 +0600 Subject: [PATCH 6/6] corrector id verifier message update --- src/api/content/client/client.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/content/client/client.json b/src/api/content/client/client.json index 5ea63c712..66629178f 100644 --- a/src/api/content/client/client.json +++ b/src/api/content/client/client.json @@ -448,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", @@ -2576,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 ?",