From 61b33446cd255235b6ae19823461322d7607ab59 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 14 Aug 2023 12:24:26 +0200 Subject: hafas preparations: Zug → Fahrt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/_checked_in.html.ep | 4 ++-- templates/_history_stats.html.ep | 4 ++-- templates/_history_trains.html.ep | 2 +- templates/add_journey.html.ep | 12 ++++++------ templates/commute.html.ep | 4 ++-- templates/departures.html.ep | 4 ++-- templates/edit_comment.html.ep | 4 ++-- templates/edit_journey.html.ep | 6 +++--- templates/history.html.ep | 2 +- templates/history_map.html.ep | 8 ++++---- templates/journey.html.ep | 4 ++-- templates/landingpage.html.ep | 14 +++++++------- templates/legend.html.ep | 4 ++-- templates/privacy.html.ep | 8 ++++---- templates/traewelling.html.ep | 10 +++++----- templates/use_history.html.ep | 4 ++-- templates/webhooks.html.ep | 6 +++--- templates/year_in_review.html.ep | 6 +++--- 18 files changed, 53 insertions(+), 53 deletions(-) (limited to 'templates') 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)) %>
% } % elsif ($journey->{boarding_countdown} > 0) { - Zug fährt ein
+ Fährt ein
% } % 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') // []}) { Verbindungen % if ($journey->{arrival_countdown} < 0) { -

Zug auswählen zum Einchecken mit Zielwahl.

+

Fahrt auswählen zum Einchecken mit Zielwahl.

% } %= include '_connections', connections => \@connections, checkin_from => $journey->{arrival_countdown} < 0 ? $journey->{arr_ds100} : undef; % } diff --git a/templates/_history_stats.html.ep b/templates/_history_stats.html.ep index bc97ccb..b65db4c 100644 --- a/templates/_history_stats.html.ep +++ b/templates/_history_stats.html.ep @@ -6,9 +6,9 @@ warning Inkonsistente Reisedaten

- Die folgenden Zugfahrten wurden bei der Wartezeitberechnung + Die folgenden Fahrten wurden bei der Wartezeitberechnung ignoriert, da ihre Abfahrtszeit vor der Ankunftszeit der - vorherigen Zugfahrt liegt. Bei den restlichen Statistken + vorherigen Fahrt liegt. Bei den restlichen Statistken wurden sie mitberücksichtigt.