1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Merge pull request #8 from OsmosysSoftware/feature-181

Issue 181
This commit is contained in:
Abijeet
2017-07-12 18:41:35 +05:30
committed by GitHub
20 changed files with 40 additions and 29 deletions

View File

@ -18,7 +18,7 @@ return [
'description' => 'Description',
'role' => 'Role',
'cover_image' => 'Cover image',
'cover_image_description' => 'The image should be in a height/width ratio of 1.6:1.',
/**
* Actions
*/

View File

@ -91,7 +91,7 @@ return [
'users_external_auth_id' => 'External Authentication ID',
'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_books_display_type' => 'Select the type of view',
'users_books_display_type' => 'Preferred layout for books viewing',
'users_delete' => 'Delete User',
'users_delete_named' => 'Delete user :userName',
'users_delete_warning' => 'This will fully delete this user with the name \':userName\' from the system.',