Skip to content
Closed
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
8 changes: 8 additions & 0 deletions src/form/tennis-club-membership.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ export const tennisClubMembershipEvent = defineConfig({
defaultMessage: "Applicant's date of birth",
description: 'This is the label for the field',
id: 'event.tennis-club-membership.action.declare.form.section.who.field.dob.label'
},
options: {
notice: {
id: 'event.tennis-club-membership.action.declare.form.section.who.field.dob.notice',
defaultMessage:
'This is the notice for the date of birth field',
description: 'This is the description for the notice'
}
}
}
]
Expand Down