]>
BookStack Code Mirror - bookstack/blob - resources/lang/en/errors.php
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added missing permission checkboxes and improved image AJAX permission responses
[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
];