mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-07 14:00:59 +01:00
gettextify previous
This commit is contained in:
parent
580eccd3da
commit
52d1a5c96d
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user