diff options
| author | Debulois <quentin@debulois.fr> | 2022-04-23 10:16:13 +0200 |
|---|---|---|
| committer | Debulois <quentin@debulois.fr> | 2022-04-23 10:16:13 +0200 |
| commit | e93781c7fb2fc982e643777d6334585012033c46 (patch) | |
| tree | e923f2677a8f83e46d6e32fbc5033a20b2006b60 /Template/Include/incl_form_register.php | |
| parent | 956f0515a728cdd2b409b3a34924bfd3fcd81a32 (diff) | |
Oublie d'un titre non traduit dans "register.php"
Diffstat (limited to 'Template/Include/incl_form_register.php')
| -rw-r--r-- | Template/Include/incl_form_register.php | 2 |
1 files changed, 1 insertions, 1 deletions
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('<!-- Division principale --> <span id="passSpecial" class="invalid">'.$text[basename(__FILE__, ".php")]["passSpecial"].'</span> </p> </div> - <h3>User role</h3> + <h3>'.$text[basename(__FILE__, ".php")]["userRole"].'</h3> <div> <label class="info">'.$text[basename(__FILE__, ".php")]["notice"].'</label> <label for="isAdmin"><input type="radio" id="isAdmin" name="userStatus" value="0" required>'.$text[basename(__FILE__, ".php")]["isAdmin"].'</label> |
