Removed unused translations

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2021-06-29 07:46:27 -07:00
parent 704eb728bc
commit d5881523d9

View file

@ -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.',