From e93781c7fb2fc982e643777d6334585012033c46 Mon Sep 17 00:00:00 2001 From: Debulois Date: Sat, 23 Apr 2022 10:16:13 +0200 Subject: Oublie d'un titre non traduit dans "register.php" --- Template/Include/en/text.php | 1 + Template/Include/fr/text.php | 1 + Template/Include/incl_form_register.php | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Template/Include/en/text.php b/Template/Include/en/text.php index 417a1d9..8ebd998 100644 --- a/Template/Include/en/text.php +++ b/Template/Include/en/text.php @@ -89,6 +89,7 @@ $text = [ "passNumb" => "one number,", "passSpecial" => "one special character.", "notice" => "\"Admin\" is here for the purpose of the exam only:", + "userRole" => "User role", "isAdmin" => "Admin", "isPro" => "Pro", "isClient" => "Client", diff --git a/Template/Include/fr/text.php b/Template/Include/fr/text.php index 3622669..d1567a0 100644 --- a/Template/Include/fr/text.php +++ b/Template/Include/fr/text.php @@ -89,6 +89,7 @@ $text = [ "passNumb" => "un chiffre,", "passSpecial" => "un caractère spécial.", "notice" => "\"Admin\" est présent pour les besoins de l'examen uniquement:", + "userRole" => "Rôle de l'utilisateur", "isClient" => "Client", "isPro" => "Pro", "isAdmin" => "Admin", diff --git a/Template/Include/incl_form_register.php b/Template/Include/incl_form_register.php index 402e2cc..d16aae1 100644 --- a/Template/Include/incl_form_register.php +++ b/Template/Include/incl_form_register.php @@ -38,7 +38,7 @@ echo(' '.$text[basename(__FILE__, ".php")]["passSpecial"].'

-

User role

+

'.$text[basename(__FILE__, ".php")]["userRole"].'

-- cgit v1.2.3