From f9f50716572e1ebcba1f261ad93eebadcd4e324d Mon Sep 17 00:00:00 2001 From: REJack Date: Fri, 9 Nov 2018 19:12:39 +0100 Subject: [PATCH] updated Language/en/Aauth.php --- Language/en/Aauth.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Language/en/Aauth.php b/Language/en/Aauth.php index 6a0053a..da26da4 100644 --- a/Language/en/Aauth.php +++ b/Language/en/Aauth.php @@ -30,6 +30,7 @@ return [ 'loginFailedAll' => 'E-mail, Username or Password do not match.', 'loginAttemptsExceeded' => 'You have exceeded your login attempts, your account has now been locked.', + 'invalidUserBanned' => 'This user is banned, please contact the system administrator.', 'invalidEmail' => 'Invalid e-mail address', 'invalidPassword' => 'Invalid password', 'invalidUsername' => 'Invalid Username',