diff options
Diffstat (limited to 'templates/not_found.html.ep')
-rw-r--r-- | templates/not_found.html.ep | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/not_found.html.ep b/templates/not_found.html.ep index e995b3c..1fada6c 100644 --- a/templates/not_found.html.ep +++ b/templates/not_found.html.ep @@ -11,8 +11,9 @@ <div class="container"> <div class="error"> <strong>404 Not Found:</strong> -The requested URL does not exist and does not map to a public transit station. -<a href="/">Return to main page</a> +Die aufgerufene URL existiert nicht und ist keine gültige Abbildung auf einen +Haltestellennamen. +<a href="/">Zurück zur Hauptseite</a> </div> <!-- error --> </div> <!-- container --> </body> |