File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
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. ' ,
12
12
];
You can’t perform that action at this time.
0 commit comments