]> BookStack Code Mirror - bookstack/blob - resources/lang/en/errors.php
Found the source of the issue, not sure how to fix
[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 ];