Closed
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
translations
Describe the bug
There are some typos in the french messages_fr.properties
file for both login
and email
templates.
Some examples :
- requiredAction.TERMS_AND_CONDITIONS=Conditions générale d''utilisation => requiredAction.TERMS_AND_CONDITIONS=Conditions générales d''utilisation
- emailUpdatedTitle=Adresse courriel mis à jour => emailUpdatedTitle=Adresse courriel mise à jour
- failedLogout=La déconnexion a échouée => failedLogout=La déconnexion a échoué
These are simply syntax and spelling errors
Version
26.2.2
Regression
- The issue is a regression
Expected behavior
No syntax and spelling errors in french translations for email and login templates
Actual behavior
Typos in french messages in both email and login templates
How to Reproduce?
Have look at files :
themes/src/main/resources-community/theme/base/login/messages/messages_fr.properties
themes/src/main/resources-community/theme/base/email/messages/messages_fr.properties
Anything else?
No response