diff options
Diffstat (limited to 'Views/Includes/en/text.php')
| -rw-r--r-- | Views/Includes/en/text.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Views/Includes/en/text.php b/Views/Includes/en/text.php index 872ca62..7caf330 100644 --- a/Views/Includes/en/text.php +++ b/Views/Includes/en/text.php @@ -3,15 +3,15 @@ // Description: Texte du site // **************************************************************************** $text = [ - "incl_delete_form" => [ + "incl_form_delete" => [ "h2" => "Delete an user", "id" => "ID to delete", "submit" => "Delete", ], - "incl_footer" => [ + "incl_global_footer" => [ "main" => "Made by Debulois Quentin for my professional folder.<br>December 2021, all rights reserved.", ], - "incl_userInfo_form" => [ + "incl_form_userInfo" => [ "h2" => "Informations about the user.", "lastname" => "Last name", "firstname" => "First name", @@ -25,24 +25,24 @@ $text = [ "city" => "City", "submit" => "Modify" ], - "incl_login_form" => [ + "incl_form_login" => [ "h2" => "Login", "email" => "Email", "password" => "Password", "rememberMe" => "Remember me", "submit" => "Sign-in" ], - "incl_mission_form" => [ + "incl_form_mission" => [ "h2" => "Form to register a mission", "subject" => "Subject", "review" => "Review", "consultantId" => "Consultant ID", "submit" => "Register" ], - "incl_myMission_table" => [ + "incl_table_myMission" => [ "h2" => "My missions" ], - "incl_navbar" => [ + "incl_global_navbar" => [ "h2" => "AlphaJob", "btnSearch" => "Search", "btnInfos" => "Modif. infos", @@ -55,7 +55,7 @@ $text = [ "lang" => "Language", "btnLang" => "Select" ], - "incl_register_form" => [ + "incl_form register" => [ "h2" => "Form to sign-in", "email" => "Email", "password" => "Password", |
