fix typo
This commit is contained in:
parent
5d45286646
commit
d5ea15e6dd
|
@ -1,13 +1,13 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Settings text strings
|
* Settings text strings
|
||||||
* Contains all text strings used in the general settings sections of BookStack
|
* Contains all text strings used in the general settings sections of BookStack
|
||||||
* including users and roles.
|
* including users and roles.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'settings' => 'Settings',
|
'settings' => 'Settings',
|
||||||
'settings_save' => 'Save Settings',
|
'settings_save' => 'Save Settings',
|
||||||
'settings_save_success' => 'Settings saved',
|
'settings_save_success' => 'Settings saved',
|
||||||
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue