diff --git a/src/form/v2/birth/index.ts b/src/form/v2/birth/index.ts index 8c04d1339b..5840015a70 100644 --- a/src/form/v2/birth/index.ts +++ b/src/form/v2/birth/index.ts @@ -234,7 +234,18 @@ export const birthEvent = defineConfig({ description: 'This is the confirmation text for the approve action', id: 'event.birth.action.approve.confirmationText' }, - form: [], + form: [ + { + id: 'notes', + type: 'TEXTAREA', + required: true, + label: { + defaultMessage: 'Notes', + description: 'This is the label for the field for a custom action', + id: 'event.birth.custom.action.approve.field.notes.label' + } + } + ], flags: [ { id: 'approval-required-for-late-registration', operation: 'remove' } ], diff --git a/src/translations/client.csv b/src/translations/client.csv index cd0699f6e6..74d05ad88d 100644 --- a/src/translations/client.csv +++ b/src/translations/client.csv @@ -25,6 +25,7 @@ advancedSearch.form.deceasedDetails,The title of Deceased details accordion,Dece advancedSearch.form.eventDetails,The title of event details accordion,Event details,Détails de l'évènement advancedSearch.form.fatherDetails,The title of Father details accordion,Father details,Information du père advancedSearch.form.informantDetails,The title informant details form,Informant details,information de l'informateur +event.birth.custom.action.approve.field.notes.label,This is the label for the field for a custom action,Notes,Remarques advancedSearch.form.motherDetails,The title of Mother details accordion,Mother details,Information de la mère advancedSearch.form.placeOfRegistration,Label for input Place of registration,Place of registration,Lieu d'enregistrement 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"