Skip to content

Commit

Permalink
✨ [#3524] Add text that family members without BSN are not displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm authored and sergei-maertens committed Oct 30, 2023
1 parent 37005c8 commit 39444f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/openforms/js/components/form/np-family-members.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ class NpFamilyMembers extends SelectBoxes {
key: 'basic',
label: 'Basic',
components: [
{
type: 'htmlelement',
tag: 'div',
content: 'Note that any family member without a BSN will not be displayed.',
},
LABEL_REQUIRED,
KEY,
DESCRIPTION,
Expand Down
1 change: 1 addition & 0 deletions src/openforms/js/lang/formio/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,5 +395,6 @@
"Translation": "Vertaling",
"The uploaded file is not of an allowed type. It must be: {{ pattern }}.": "Het geuploaded bestand is niet van een toegestaan type. Het moet {{ pattern }} zijn.",
"{{ labels }} or {{ lastLabel }}": "{{ labels }} of {{ lastLabel }}",
"Note that any family member without a BSN will not be displayed.": "Let op, gezinsleden zonder BSN worden niet getoond.",
"": ""
}

0 comments on commit 39444f3

Please sign in to comment.