Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix search copy #907

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions src/api/content/client/client.json
Original file line number Diff line number Diff line change
Expand Up @@ -1290,6 +1290,7 @@
"home.header.placeHolderBrnDrn": "Search for a BRN/DRN",
"home.header.placeholderName": "Search for a name",
"home.header.placeHolderPhone": "Search for a phone no.",
"home.header.placeHolderId": "Search for an ID",
"home.header.placeHolderNationalId": "Search for a national ID.",
"home.header.placeHolderTrackingId": "Search for a tracking ID",
"home.header.settingsTitle": "Settings",
Expand Down Expand Up @@ -1412,8 +1413,8 @@
"form.field.label.docTypeMarriageNotice": "Notice of marriage",
"form.field.label.proofOfGroomsID": "Proof of groom's identity",
"form.field.label.proofOfBridesID": "Proof of bride's identity",
"form.customField.label.reasonForLateRegistrationBirth":"Reason for delayed registration",
"form.customField.label.reasonForLateRegistrationDeath":"Reason for late registration",
"form.customField.label.reasonForLateRegistrationBirth": "Reason for delayed registration",
"form.customField.label.reasonForLateRegistrationDeath": "Reason for late registration",
"misc.createDescription": "Choose a PIN that doesn't have 4 repeating digits or sequential numbers",
"misc.createTitle": "Create a PIN",
"misc.description.Complete": "The informant will receive an email with a registration number that they can use to collect their certificate.",
Expand Down Expand Up @@ -3333,8 +3334,8 @@
"form.field.select.placeholder": "Sélectionnez",
"form.field.tooltip.tooltipNationalID": "Il s'agit d'une info-bulle pour guider l'utilisateur dans la saisie de l'identifiant national.",
"form.field.dateRangepicker.checkbox.dateLabel": "{rangeStart} à {rangeEnd}",
"form.customField.label.reasonForLateRegistrationBirth":"Raison du retard d'inscription",
"form.customField.label.reasonForLateRegistrationDeath":"Raison de l'inscription tardive",
"form.customField.label.reasonForLateRegistrationBirth": "Raison du retard d'inscription",
"form.customField.label.reasonForLateRegistrationDeath": "Raison de l'inscription tardive",
"form.group.reasonNotApplying.parents": "Pourquoi la mère et le père ne font-ils pas de demande ?",
"form.preview.group.label.english.name": "Nom anglais",
"form.preview.group.label.father.english.name": "Nom anglais du père",
Expand Down Expand Up @@ -3407,6 +3408,7 @@
"home.header.placeHolderBrnDrn": "Recherche d'un BRN/DRN",
"home.header.placeholderName": "Rechercher un nom",
"home.header.placeHolderPhone": "Recherche d'un numéro de téléphone",
"home.header.placeHolderId": "Recherche d'un ID",
"home.header.placeHolderNationalId": "Recherche d'une carte d'identité nationale",
"home.header.placeHolderTrackingId": "Recherche d'un ID de suivi",
"home.header.settingsTitle": "Paramètres",
Expand Down
Loading