Skip to content

Commit

Permalink
Change name and surname labels for User Details form
Browse files Browse the repository at this point in the history
A request came for the clients to change the labels for "First name(s)" to "User's first name". Also change "Last name" to "User's surname" for clarity and less confussion.

#6830
  • Loading branch information
Siyasanga committed Oct 1, 2024
1 parent 9d4f064 commit 025b867
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/client/src/i18n/messages/views/userForm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ export const messages = {
id: 'form.section.userDetails'
},
firstNameEn: {
defaultMessage: 'First name',
description: 'English first name',
defaultMessage: "User's first name",
description: "User's English first name",
id: 'form.field.label.firstNameEN'
},
lastNameEn: {
defaultMessage: 'Last name',
description: 'English last name',
defaultMessage: "User's surname",
description: "User's English surname",
id: 'form.field.label.lastNameEN'
},
phoneNumber: {
Expand Down

0 comments on commit 025b867

Please sign in to comment.