web/lang/en/app/404.php
2025-01-01 10:47:30 +02:00

8 lines
177 B
PHP

<?php
return [
'title' => 'Error 404',
'header' => 'The page was not found',
'message' => 'This link is incorrect. Are you sure you properly entered the link?',
];