BookStack/resources/lang/en/errors.php

12 lines
242 B
PHP
Raw Normal View History

2015-08-29 14:03:42 +00:00
<?php
return [
/**
* Error text strings.
*/
// Pages
'permission' => 'You do not have permission to access the requested page.',
'permissionJson' => 'You do not have permission to perform the requested action.'
2015-08-29 14:03:42 +00:00
];