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/journey.html.ep | |
parent | 293f0c7577b90e69585831eef50e121f28122ef7 (diff) |
hafas preparations: Zug → Fahrt
Diffstat (limited to 'templates/journey.html.ep')
-rw-r--r-- | templates/journey.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/journey.html.ep b/templates/journey.html.ep index 75cfabc..d138126 100644 --- a/templates/journey.html.ep +++ b/templates/journey.html.ep @@ -4,7 +4,7 @@ <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> @@ -69,7 +69,7 @@ % } <table class="striped"> <tr> - <th scope="row">Zug</th> + <th scope="row">Fahrt</th> <td> <%= $journey->{type} %> <%= $journey->{no} %> % if ($journey->{line}) { |