From 1b05023d0360482bfc13e19e3b45b67c2cdc6c5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Sun, 30 Apr 2017 15:02:56 +0200 Subject: [PATCH] Add lang code --- e107_admin/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/admin.php b/e107_admin/admin.php index 0902c064a..56a09ef90 100644 --- a/e107_admin/admin.php +++ b/e107_admin/admin.php @@ -535,7 +535,7 @@ TMPO; if($us->passwordAPIExists() === true && $us->getDefaultHashType() !== PASSWORD_E107_PHP && e107::pref('core','password_CHAP')==0) { - $message = "It is HIGHLY recommended that you [change your password encoding] to the PHP Default. (Password hashes will be automatically upgraded during user login.)"; + $message = LAN_UI_PASSWORD_WARNING; $srch = array('[',']'); $repl = array("",""); $mes->addWarning(str_replace($srch,$repl,$message));