web/lang/en/app/404.php

8 lines
177 B
PHP
Raw Normal View History

2025-01-01 10:47:30 +02:00
<?php
return [
'title' => 'Error 404',
'header' => 'The page was not found',
'message' => 'This link is incorrect. Are you sure you properly entered the link?',
];