Skip to content

Commit 8aade8f

Browse files
committed
Update errors.php
1 parent c3a5bb0 commit 8aade8f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

resources/lang/en/errors.php

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
return [
4-
'user_not_found' => 'User not found',
5-
'user_not_permitted_at_this_time' => 'Not permitted to logon at this time',
6-
'user_not_permitted_to_login' => 'Not permitted to logon at this workstation',
7-
'password_expired' => 'Password expired',
8-
'account_disabled' => 'Account disabled',
9-
'account_expired' => 'Account expired',
10-
'user_must_reset_password' => 'User must reset password',
11-
'user_account_locked' => 'User account locked',
4+
'user_not_found' => 'User not found.',
5+
'user_not_permitted_at_this_time' => 'Not permitted to logon at this time.',
6+
'user_not_permitted_to_login' => 'Not permitted to logon at this workstation.',
7+
'password_expired' => 'Your password has expired.',
8+
'account_disabled' => 'Your account is disabled.',
9+
'account_expired' => 'Your account has expired.',
10+
'user_must_reset_password' => 'You must reset your password before logging in.',
11+
'user_account_locked' => 'Your account is locked.',
1212
];

0 commit comments

Comments
 (0)