Skip to content

Commit

Permalink
Rename firstNameEN to userFirstName in client.csv
Browse files Browse the repository at this point in the history
Since the object was to remove the EN suffix, doing that for this key
would conflict with the already existing 'form.field.label.firstName' so
to differentiate, I opted to use 'form.field.label.userFirstName' to
associate it with the user form

opencrvs/opencrvs-core#6830
  • Loading branch information
Siyasanga committed Oct 17, 2024
1 parent 92bede8 commit 2aa4c69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/translations/client.csv
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,6 @@ 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.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 @@ -1161,9 +1160,11 @@ form.field.label.uploadFile,,Upload,Télécharger
form.field.label.urban,,Urban,Urbain
form.field.label.userAttachmentSection,,Signature,Signature
form.field.label.userDevice,,Device,Dispositif
form.field.label.userFirstName,,User's first name,Prénom de l'utilisateur
form.field.label.userSignatureAttachment,,User's signature,Signature de l'utilisateur
form.field.label.userSignatureAttachmentDesc,,Ask the user to sign a piece of paper and then scan or take a photo,"Demandez à l'utilisateur de signer une feuille de papier, puis scannez ou prenez une photo."
form.field.label.userSignatureAttachmentTitle,,Upload signature,Joindre la signature
form.field.label.userSurname,,User's surname,Nom de famille de l'utilisateur
form.field.label.verbalAutopsy,,Verbal autopsy,Autopsie verbale
form.field.label.verbalAutopsyReport,,Verbal autopsy report,Rapport d'autopsie verbal
form.field.label.weightAtBirth,,Weight at birth,Poids à la naissance
Expand Down

0 comments on commit 2aa4c69

Please sign in to comment.