mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-10 21:53:34 +08:00
fix typo
This commit is contained in:
@ -92,7 +92,7 @@ return [
|
|||||||
'users_password_warning' => 'Only fill the below if you would like to change your password:',
|
'users_password_warning' => 'Only fill the below if you would like to change your password:',
|
||||||
'users_system_public' => 'This user represents any guest users that visit your instance. It cannot be used to log in but is assigned automatically.',
|
'users_system_public' => 'This user represents any guest users that visit your instance. It cannot be used to log in but is assigned automatically.',
|
||||||
'users_delete' => 'Delete User',
|
'users_delete' => 'Delete User',
|
||||||
'users_delete_named' => 'Delete ser :userName',
|
'users_delete_named' => 'Delete user :userName',
|
||||||
'users_delete_warning' => 'This will fully delete this user with the name \':userName\' from the system.',
|
'users_delete_warning' => 'This will fully delete this user with the name \':userName\' from the system.',
|
||||||
'users_delete_confirm' => 'Are you sure you want to delete this user?',
|
'users_delete_confirm' => 'Are you sure you want to delete this user?',
|
||||||
'users_delete_success' => 'Users successfully removed',
|
'users_delete_success' => 'Users successfully removed',
|
||||||
|
Reference in New Issue
Block a user