From d5881523d926f03c8e09ff1c5c1cb7771c7e704a Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 29 Jun 2021 07:46:27 -0700 Subject: [PATCH] Removed unused translations Signed-off-by: snipe --- resources/lang/en/auth/message.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/resources/lang/en/auth/message.php b/resources/lang/en/auth/message.php index 4dc8c08ea..693b17786 100644 --- a/resources/lang/en/auth/message.php +++ b/resources/lang/en/auth/message.php @@ -5,8 +5,6 @@ return [ 'account_already_exists' => 'An account with the this email already exists.', 'account_not_found' => 'The username or password is incorrect.', 'account_not_activated' => 'This user account is not activated.', - 'account_suspended' => 'This user account is suspended.', - 'account_banned' => 'This user account is banned.', 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.', 'two_factor' => [ @@ -26,10 +24,6 @@ return [ 'success' => 'You have successfully logged out.', ], - 'signup' => [ - 'error' => 'There was a problem while trying to create your account, please try again.', - 'success' => 'Account sucessfully created.', - ], 'forgot-password' => [ 'error' => 'There was a problem while trying to get a reset password code, please try again.',