]> BookStack Code Mirror - bookstack/blob - resources/lang/en/errors.php
Applied baseUrl to login redirect
[bookstack] / resources / lang / en / errors.php
1 <?php
2
3 return [
4
5     /**
6      * Error text strings.
7      */
8
9     // Pages
10     'permission' => 'You do not have permission to access the requested page.',
11     'permissionJson' => 'You do not have permission to perform the requested action.'
12 ];