fix display of yes/no in english locale

This commit is contained in:
Christian Lautier 2023-03-02 17:55:47 -10:00
parent 687c05e6d1
commit 764b89db39

View file

@ -45,8 +45,8 @@ en:
help_filled_dossier: "A question about your file?" help_filled_dossier: "A question about your file?"
contact_instructeur: Send a message directly to the instructor. contact_instructeur: Send a message directly to the instructor.
utils: utils:
'yes': Yes 'yes': 'Yes'
'no': No 'no': 'No'
deconnexion: "Log out" deconnexion: "Log out"
pj: "Attachments" pj: "Attachments"
asterisk_html: Fields marked by an asterisk ( <span class = mandatory>*</span> ) are mandatory. asterisk_html: Fields marked by an asterisk ( <span class = mandatory>*</span> ) are mandatory.