sirgix

fix typo

1 <?php 1 <?php
2 2
3 return [ 3 return [
4 - 4 +
5 /** 5 /**
6 * Settings text strings 6 * Settings text strings
7 * Contains all text strings used in the general settings sections of BookStack 7 * Contains all text strings used in the general settings sections of BookStack
8 * including users and roles. 8 * including users and roles.
9 */ 9 */
10 - 10 +
11 'settings' => 'Settings', 11 'settings' => 'Settings',
12 'settings_save' => 'Save Settings', 12 'settings_save' => 'Save Settings',
13 'settings_save_success' => 'Settings saved', 13 'settings_save_success' => 'Settings saved',
...@@ -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',
......