Skip to content

Commit

Permalink
Rename otherFamilyMember to someoneElse
Browse files Browse the repository at this point in the history
We no longer have the field as otherFamilyMember in the birth form so for clarity we are using the actual label that is expected for the someone else option

#6157
  • Loading branch information
Siyasanga committed Nov 11, 2024
1 parent c11fe2c commit d4609a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/client/src/i18n/messages/form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ export const formMessageDescriptors = {
defaultMessage: 'Informant',
description: 'Label for "Informant" select option'
},
otherFamilyMember: {
someoneElse: {
defaultMessage: 'Someone else',
description: 'Label for option Someone else',
id: 'form.field.label.relationSomeoneElse'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const PrimaryContactLabelMapping = {
MOTHER: formMessages.contactDetailsMother,
FATHER: formMessages.contactDetailsFather,
INFORMANT: formMessages.contactDetailsInformant,
OTHER: formMessages.otherFamilyMember,
OTHER: formMessages.someoneElse,
LEGAL_GUARDIAN: formMessages.legalGuardian,
GRANDMOTHER: formMessages.grandmother,
GRANDFATHER: formMessages.grandfather,
Expand Down

0 comments on commit d4609a3

Please sign in to comment.