gettextify previous

This commit is contained in:
Andrew Dolgov 2021-03-12 09:35:56 +03:00
parent 580eccd3da
commit 52d1a5c96d
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class Auth_Internal extends Auth_Base {
if (session_status() != PHP_SESSION_ACTIVE)
session_start();
$_SESSION["login_error_msg"] = "Too many authentication attempts, throttled.";
$_SESSION["login_error_msg"] = __("Too many authentication attempts, throttled.");
$user->last_auth_attempt = Db::NOW();
$user->save();