mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-31 21:23:38 +08:00
Moved text for errors and form views.
Updated 404 page with additional links
This commit is contained in:
@ -6,7 +6,15 @@ return [
|
||||
* Error text strings.
|
||||
*/
|
||||
|
||||
// Pages
|
||||
// Permissions
|
||||
'permission' => 'You do not have permission to access the requested page.',
|
||||
'permissionJson' => 'You do not have permission to perform the requested action.'
|
||||
'permissionJson' => 'You do not have permission to perform the requested action.',
|
||||
|
||||
// Error pages
|
||||
'page_not_found' => 'Page Not Found',
|
||||
'sorry_page_not_found' => 'Sorry, The page you were looking for could not be found.',
|
||||
'return_home' => 'Return to home',
|
||||
'error_occurred' => 'An Error Occurred',
|
||||
'app_down' => ':appName is down right now',
|
||||
'back_soon' => 'It will be back up soon.',
|
||||
];
|
Reference in New Issue
Block a user