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.

opencrvs/opencrvs-core#6830
  • Loading branch information
Siyasanga committed Oct 1, 2024
1 parent e4e0cde commit 96f4ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/translations/client.csv
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ form.field.label.fetchRegistrationModalInfo,,Birth Registration Number,Numéro d
form.field.label.fileSizeError,,File size must be less than 2MB,La taille du fichier doit être inférieure à 2 Mo
form.field.label.fileUploadError,,{type} supported image only,{type} format d'images accepté
form.field.label.firstName,,First name(s),Prénom(s)
form.field.label.firstNameEN,,First name(s),Prénom(s)
form.field.label.firstNameEN,,User's first name,Prénom de l'utilisateur
form.field.label.firstNames,,First name(s),Prénom(s)
form.field.label.healthInstitution,,Health Institution,Institution de santé
form.field.label.hospital,,Hospital,Hôpital
Expand Down Expand Up @@ -1032,7 +1032,7 @@ form.field.label.internationalPostcode,,Postcode / Zip,Code postal / Zip
form.field.label.internationalState,,State,État
form.field.label.lastName,,Last name,Nom de famille
form.field.label.lastNameAtBirth,,Last name at birth (if different from above),Nom de famille à la naissance (si différent de ci-dessus)
form.field.label.lastNameEN,,Last name,Nom de famille anglais
form.field.label.lastNameEN,,User's surname,Nom de famille de l'utilisateur
form.field.label.layReported,,Lay reported,Rapport anonyme
form.field.label.legalGuardianProof,,Proof of legal guardianship,Preuve de la tutelle légale
form.field.label.locationLevel3,Label for locationLevel3,Location Level 3,Emplacement Niveau 3
Expand Down

0 comments on commit 96f4ab3

Please sign in to comment.