Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update certified at message id for verify certificate #1026

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/translations/client.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2123,7 +2123,7 @@ validations.validNationalIDLengths,Nid valid lengths,9,9
validations.validNationalId,The error message that appears when an invalid value is used as nid,The National ID can only be numeric and must be 10 digits long,Le numéro d'identification national ne peut être que numérique et doit avoir une longueur de 9 chiffres.
validations.validPassportNumber,The error message that appears when an invalid value is used as passport number,The Passport Number can only be alpha numeric and must be {validLength} characters long,Le numéro de passeport ne peut être qu'alphanumérique et doit comporter {validLength} caractères.
verifyCertificate.brn,Label for Birth Registration Number,BRN,Numéro de régistre de naissance
verifyCertificate.createdAt,Label for date of certification,Date of certification,Date de l'émission du certificat de naissance
verifyCertificate.certifiedAt,Label for date of certification,Date of certification,Date de l'émission du certificat de naissance
verifyCertificate.dateOfBirth,Label for date of birth,Date of birth,Date de naissance
verifyCertificate.dateOfDeath,Label for date of death,Date of death,Date du décès
verifyCertificate.drn,Label for Death Registration Number,DRN,Numéro de régistre de décès
Expand Down
Loading