1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Fixed some bugs and added a proper home page

This commit is contained in:
Dan Brown
2015-08-16 20:11:21 +01:00
parent 5d9d096028
commit 732f3a9986
13 changed files with 94 additions and 33 deletions

View File

@ -22,5 +22,6 @@ return [
'book_create' => 'created book',
'book_update' => 'updated book',
'book_delete' => 'deleted book',
'book_sort' => 'sorted book',
];