diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-14 12:24:26 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-14 12:24:26 +0200 |
commit | 61b33446cd255235b6ae19823461322d7607ab59 (patch) | |
tree | fa019e9b4bfd29e8aea5a8dd23e9ed2cc9cc95f9 /templates/edit_journey.html.ep | |
parent | 293f0c7577b90e69585831eef50e121f28122ef7 (diff) |
hafas preparations: Zug → Fahrt
Diffstat (limited to 'templates/edit_journey.html.ep')
-rw-r--r-- | templates/edit_journey.html.ep | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/edit_journey.html.ep b/templates/edit_journey.html.ep index 69c5365..cb867e5 100644 --- a/templates/edit_journey.html.ep +++ b/templates/edit_journey.html.ep @@ -1,11 +1,11 @@ -<h1>Zugfahrt bearbeiten</h1> +<h1>Fahrt bearbeiten</h1> % if ($error and $error eq 'notfound') { <div class="row"> <div class="col s12"> <div class="card caution-color"> <div class="card-content white-text"> <span class="card-title">Fehler</span> - <p>Zugfahrt nicht gefunden.</p> + <p>Fahrt nicht gefunden.</p> </div> </div> </div> @@ -43,7 +43,7 @@ </p> <table class="striped"> <tr> - <th scope="row">Zug</th> + <th scope="row">Fahrt</th> <td> <%= $journey->{type} %> <%= $journey->{no} %> % if ($journey->{line}) { |