From 8b05f2a554ab0da713745810a6cbb4f60fb41256 Mon Sep 17 00:00:00 2001 From: ClicShopping Date: Mon, 1 May 2023 12:50:23 -0400 Subject: [PATCH] update txt --- install/includes/languages/english.php | 2 +- install/includes/languages/french.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/includes/languages/english.php b/install/includes/languages/english.php index 76a3eb1e71..bc292835f3 100755 --- a/install/includes/languages/english.php +++ b/install/includes/languages/english.php @@ -162,7 +162,7 @@ define('TEXT_STORE_OWNER_HELP','Enter the name of the store owner.'); define('TEXT_STORE_OWNER_EMAIL','The email address of the owner*'); define('TEXT_STORE_OWNER_EMAIL_HELP','Enter your email address'); -define('TEXT_STORE_EMAIL_ADMIN','Email Administrator (Your username)*'); +define('TEXT_STORE_EMAIL_ADMIN','Access email administrator/'); define('TEXT_STORE_EMAIL_ADMIN_HELP','Enter your email to access at ClicShopping administration.'); define('TEXT_STORE_PASSWORD','Administrator password*'); define('TEXT_STORE_PASSWORD_HELP','The password must be strong (ex : UiO/J-4). Better the administration security will be it'); diff --git a/install/includes/languages/french.php b/install/includes/languages/french.php index a6acebc3dc..69c5ae83fd 100755 --- a/install/includes/languages/french.php +++ b/install/includes/languages/french.php @@ -167,7 +167,7 @@ define('TEXT_STORE_FIRST_NAME_HELP','Indiquer le prénom de l\'administrateur de la boutique.'); define('TEXT_STORE_OWNER_EMAIL','L\'adresse email du propriétaire*'); define('TEXT_STORE_OWNER_EMAIL_HELP','Indiquer votre adresse email'); -define('TEXT_STORE_EMAIL_ADMIN','Email de l\'administrateur (Votre nom d\'utilisateur)*'); +define('TEXT_STORE_EMAIL_ADMIN','Email de l\'administrateur*'); define('TEXT_STORE_EMAIL_ADMIN_HELP','Indiquer votre email de connexion à l\'administration de la boutique.'); define('TEXT_STORE_PASSWORD','Mot de passe de l\'administrateur*'); define('TEXT_STORE_PASSWORD_HELP','Indiquer le mot de passe de l\'administrateur de la boutique (ex : UiO/J-4). un mot de passe compliqué assurera une meilleure protection');