1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Moved text for errors and form views.

Updated 404 page with additional links
This commit is contained in:
Dan Brown
2016-12-03 13:31:54 +00:00
parent 57dc53ceff
commit 066adf3cea
8 changed files with 66 additions and 20 deletions

View File

@@ -13,4 +13,14 @@ return [
*/
'name' => 'Name',
'description' => 'Description',
'role' => 'Role',
/**
* Actions
*/
'actions' => 'Actions',
'view' => 'View',
'create' => 'Create',
'update' => 'Update',
'delete' => 'Delete',
];