Skip to content

Commit 766ac8d

Browse files
author
Nil20
committed
chore: amend notes label and translation
1 parent 7d96754 commit 766ac8d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/form/v2/birth/index.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,10 @@ export const birthEvent = defineConfig({
240240
type: 'TEXTAREA',
241241
required: true,
242242
label: {
243-
defaultMessage: 'Reason for delayed registration',
244-
description: 'This is the label for the field',
245-
id: 'event.birth.action.declare.form.section.child.field.reason.label'
246-
},
247-
conditionals: []
243+
defaultMessage: 'Notes',
244+
description: 'This is the label for the field for a custom action',
245+
id: 'event.birth.custom.action.approve.field.notes.label'
246+
}
248247
}
249248
],
250249
flags: [

src/translations/client.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ advancedSearch.form.deceasedDetails,The title of Deceased details accordion,Dece
2525
advancedSearch.form.eventDetails,The title of event details accordion,Event details,Détails de l'évènement
2626
advancedSearch.form.fatherDetails,The title of Father details accordion,Father details,Information du père
2727
advancedSearch.form.informantDetails,The title informant details form,Informant details,information de l'informateur
28+
event.birth.custom.action.approve.field.notes.label,This is the label for the field for a custom action,Notes,Remarques
2829
advancedSearch.form.motherDetails,The title of Mother details accordion,Mother details,Information de la mère
2930
advancedSearch.form.placeOfRegistration,Label for input Place of registration,Place of registration,Lieu d'enregistrement
3031
advancedSearch.form.placeOfRegistrationHelperText,Helper text for input Place of registration,"Search for a province, district or registration office","Rechercher une province, un district ou un bureau d'enregistrement"

0 commit comments

Comments
 (0)