Files
cachet-docker/app/lang/en/errors.php
Valentin PRUGNAUD 08a016ff2b Language improvements
Signed-off-by: Graham Campbell <graham@mineuk.com>
2015-01-05 11:14:04 +00:00

11 lines
289 B
PHP

<?php
return [
'not-found' => [
'code' => '404',
'title' => 'That page went missing!',
'message' => 'Sorry, but the page you are looking for has not been found. Check the URL for errors and try again.',
'link' => 'Return to homepage',
]
];