diff --git a/templates/invite_new_account.html b/templates/invite_new_account.html index 7602813..69c7f6f 100644 --- a/templates/invite_new_account.html +++ b/templates/invite_new_account.html @@ -53,13 +53,13 @@
- {{if .Common.ErrorInvalidUsername}} + {{if .ErrorInvalidUsername}}
Nom d'utilisateur invalide. Ne peut contenir que les caractères suivants : chiffres, lettres minuscules, point, tiret bas (_) et tiret du milieu (-).
{{end}} - {{if .Common.ErrorUsernameTaken}} + {{if .ErrorUsernameTaken}}
Ce nom d'utilisateur est déjà pris.
@@ -80,7 +80,7 @@ caractères spéciaux sans modération ! - {{if .Common.ErrorPasswordTooShort}} + {{if .ErrorPasswordTooShort}}
Le mot de passe choisi est trop court (minimum 8 caractères).
@@ -89,7 +89,7 @@ - {{if .Common.ErrorPasswordMismatch}} + {{if .ErrorPasswordMismatch}}
Les deux mots de passe entrés ne correspondent pas.