Skip to content

Commit

Permalink
Update errors.php
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Mar 3, 2020
1 parent c3a5bb0 commit 8aade8f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions resources/lang/en/errors.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

return [
'user_not_found' => 'User not found',
'user_not_permitted_at_this_time' => 'Not permitted to logon at this time',
'user_not_permitted_to_login' => 'Not permitted to logon at this workstation',
'password_expired' => 'Password expired',
'account_disabled' => 'Account disabled',
'account_expired' => 'Account expired',
'user_must_reset_password' => 'User must reset password',
'user_account_locked' => 'User account locked',
'user_not_found' => 'User not found.',
'user_not_permitted_at_this_time' => 'Not permitted to logon at this time.',
'user_not_permitted_to_login' => 'Not permitted to logon at this workstation.',
'password_expired' => 'Your password has expired.',
'account_disabled' => 'Your account is disabled.',
'account_expired' => 'Your account has expired.',
'user_must_reset_password' => 'You must reset your password before logging in.',
'user_account_locked' => 'Your account is locked.',
];

0 comments on commit 8aade8f

Please sign in to comment.