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/_checked_in.html.ep | |
parent | 293f0c7577b90e69585831eef50e121f28122ef7 (diff) |
hafas preparations: Zug → Fahrt
Diffstat (limited to 'templates/_checked_in.html.ep')
-rw-r--r-- | templates/_checked_in.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index a8c4a44..c46016e 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -27,7 +27,7 @@ Einfahrt in <%= journeys->min_to_human(int($journey->{boarding_countdown} / 60)) %><br/> % } % elsif ($journey->{boarding_countdown} > 0) { - Zug fährt ein<br/> + Fährt ein<br/> % } % if ($journey->{departure_countdown} > 60) { Abfahrt in <%= journeys->min_to_human(int($journey->{departure_countdown} / 60)) %> @@ -199,7 +199,7 @@ % if (my @connections = @{stash('connections') // []}) { <span class="card-title" style="margin-top: 2ex;">Verbindungen</span> % if ($journey->{arrival_countdown} < 0) { - <p>Zug auswählen zum Einchecken mit Zielwahl.</p> + <p>Fahrt auswählen zum Einchecken mit Zielwahl.</p> % } %= include '_connections', connections => \@connections, checkin_from => $journey->{arrival_countdown} < 0 ? $journey->{arr_ds100} : undef; % } |