mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Removed unused translations
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
704eb728bc
commit
d5881523d9
|
@ -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.',
|
||||
|
|
Loading…
Reference in a new issue