From d4900b35014dad1aa9125eb3f7cfaa9be974b785 Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Tue, 25 Jul 2023 21:55:53 +0200 Subject: [PATCH] Refactoring --- templates/invite_new_account.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.