Skip to content

Commit 728efb7

Browse files
authored
fix(death-form-field): amend reason for late registration field label (#1054)
1 parent 1ff32e9 commit 728efb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/form/v2/death/forms/pages/eventDetails.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export const eventDetails = defineFormPage({
184184
type: FieldType.TEXT,
185185
required: true,
186186
label: {
187-
defaultMessage: 'Reason',
187+
defaultMessage: 'Reason for late registration',
188188
description: 'This is the label for the field',
189189
id: 'event.death.action.declare.form.section.event.field.reason.label'
190190
},

src/translations/client.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ event.death.action.declare.form.section.event.field.date.error,This is the error
960960
event.death.action.declare.form.section.event.field.date.label,This is the label for the field,Date of death,Date du décès
961961
event.death.action.declare.form.section.event.field.description.label,Description of cause of death by lay person or verbal autopsy,Description,Description
962962
event.death.action.declare.form.section.event.field.manner.label,This is the label for the field,Manner of death,Mode de décès
963-
event.death.action.declare.form.section.event.field.reason.label,This is the label for the field,Reason,Raison
963+
event.death.action.declare.form.section.event.field.reason.label,This is the label for the field,Reason for late registration,Raison de l'inscription tardive
964964
event.death.action.declare.form.section.event.field.sourceCauseDeath.label,This is the label for the field,Source of cause of death,Source de la cause du décès
965965
event.death.action.declare.form.section.event.field.date.error.beforeBirth,This is the error message for date of death before date of birth,Date of death must be after the deceased's birth date,La date du décès doit être postérieure à la date de naissance du défunt
966966
event.death.action.declare.form.section.informant.field.address.addressSameAs.label,This is the label for the field,Same as deceased's usual place of residence?,Identique au lieu de résidence habituel du défunt ?

0 commit comments

Comments
 (0)