Skip to content
Snippets Groups Projects
Verified Commit 65f617ca authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX 8139 #add var lang

parent 27d9ae0f
No related branches found
No related tags found
No related merge requests found
......@@ -587,5 +587,7 @@ export const LANG_EN = {
"passwordlockTimeRequired" : "Time freeze",
"securitiesAdministration" : "Security administration",
"passwordRulesUpdated" : "Sécurity constraints updated",
"chars" : "char(s)",
"chars" : "char(s)",
"minutes" : "minute(s)",
"password" : "Password",
};
......@@ -613,4 +613,6 @@ export const LANG_FR = {
"securitiesAdministration" : "Administration de la sécurité",
"passwordRulesUpdated" : "Contraintes de sécurité mises à jour",
"chars" : "caractère(s)",
"minutes" : "minute(s)",
"password" : "Mot de passe",
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment