diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-05-21 12:55:53 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-05-21 12:55:53 +0200 |
commit | 766b2ee034b0cf047e24d85ae47cba6905df77dd (patch) | |
tree | 20587ad80a7586c746118895bead028d0e4ae5e8 /templates/not_found.html.ep | |
parent | a560eb49240a6f1f180a1a9111887b7fb2e5e3b7 (diff) |
Translate site to german
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> |