1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 10:25:56 +00:00

gettextify previous

This commit is contained in:
Andrew Dolgov
2021-03-12 09:35:56 +03:00
parent 580eccd3da
commit 52d1a5c96d

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();