summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-12 09:35:56 +0300
committerAndrew Dolgov <[email protected]>2021-03-12 09:35:56 +0300
commit52d1a5c96d97f912d7d72b4c8faeefda7101bca6 (patch)
treea3fc5c4f379d1db9b23402cf8a77909d30e214b2 /plugins
parent580eccd3da5c968859b293ddcd290acc78705d51 (diff)
gettextify previous
Diffstat (limited to 'plugins')
-rw-r--r--plugins/auth_internal/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/auth_internal/init.php b/plugins/auth_internal/init.php
index 0aeff117e..8c1154566 100644
--- a/plugins/auth_internal/init.php
+++ b/plugins/auth_internal/init.php
@@ -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();