Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -92,7 +92,7 @@ return [ | ... | @@ -92,7 +92,7 @@ return [ |
| 92 | 'users_password_warning' => 'Only fill the below if you would like to change your password:', | 92 | 'users_password_warning' => 'Only fill the below if you would like to change your password:', |
| 93 | 'users_system_public' => 'This user represents any guest users that visit your instance. It cannot be used to log in but is assigned automatically.', | 93 | 'users_system_public' => 'This user represents any guest users that visit your instance. It cannot be used to log in but is assigned automatically.', |
| 94 | 'users_delete' => 'Delete User', | 94 | 'users_delete' => 'Delete User', |
| 95 | - 'users_delete_named' => 'Delete ser :userName', | 95 | + 'users_delete_named' => 'Delete user :userName', |
| 96 | 'users_delete_warning' => 'This will fully delete this user with the name \':userName\' from the system.', | 96 | 'users_delete_warning' => 'This will fully delete this user with the name \':userName\' from the system.', |
| 97 | 'users_delete_confirm' => 'Are you sure you want to delete this user?', | 97 | 'users_delete_confirm' => 'Are you sure you want to delete this user?', |
| 98 | 'users_delete_success' => 'Users successfully removed', | 98 | 'users_delete_success' => 'Users successfully removed', | ... | ... |
-
Please register or sign in to post a comment