diff --git a/lang/en.php b/lang/en.php index 2f6e3e4..cac4d27 100644 --- a/lang/en.php +++ b/lang/en.php @@ -46,5 +46,6 @@ $lang = array( 'BOT_DESCRIPTION' => 'Description (html code will not be interpreted, URL will be converted into link):', 'YOUR_EMAIL_FOR_BOT_VALIDATION' => 'Your email address (will serve to validate your bot)', 'SAVE_BOT' => 'Save', - 'E_MAIL_EDIT_BOT' => "Hello Dude! \n Please Folow the next URL in order to validate your bot update." + 'E_MAIL_EDIT_BOT' => "Hello Dude! \n Please Folow the next URL in order to validate your bot update.", + 'YOUR_EMAIL_FOR_BOT_EDIT' => 'E-mail used for add this bot:' ); \ No newline at end of file diff --git a/lang/fr.php b/lang/fr.php index dee78f9..8fa4925 100644 --- a/lang/fr.php +++ b/lang/fr.php @@ -46,5 +46,6 @@ $lang = array( 'BOT_DESCRIPTION' => 'Description (le code html ne sera pas interprété, les URL seront transformées en lien)', 'YOUR_EMAIL_FOR_BOT_VALIDATION' => 'Votre adresse e-mail (servira pour la validation de votre bot)', 'SAVE_BOT' => 'Enregistrer', - 'E_MAIL_EDIT_BOT' => "Bonjour Dude! \n Suivez l'URL suivante pour valider les modifications sur votre bot." + 'E_MAIL_EDIT_BOT' => "Bonjour Dude! \n Suivez l'URL suivante pour valider les modifications sur votre bot.", + 'YOUR_EMAIL_FOR_BOT_EDIT' => 'L\'adresse e-mail qui a servi à l\'inscription du bot:' ); \ No newline at end of file diff --git a/src/editBot.php b/src/editBot.php index e0e70d7..f8ed858 100644 --- a/src/editBot.php +++ b/src/editBot.php @@ -40,6 +40,6 @@ if(isset($_POST['xd_check'])){

-

+

\ No newline at end of file