diff options
author | Tim <67682506+Ein-Tim@users.noreply.github.com> | 2025-08-19 22:13:39 +0200 |
---|---|---|
committer | Birte Friesel <derf@chaosdorf.de> | 2025-08-24 20:43:19 +0200 |
commit | ca1c25e0e61f15ca629c8bf59af48b1e5f104be2 (patch) | |
tree | f1ced266735d348960119659f23f77ddcd479702 /templates/_cancelled_departure.html.ep | |
parent | a8dd564d1979aee43000efc1f2aab4ba17f5f990 (diff) |
Improve wording and remove train refernces
This commit improves the wording on some pages and adjusts some pages to make clear that travelynx also supports non train journeys.
Co-Authored-By: Birte Friesel <38589+derf@users.noreply.github.com>
Diffstat (limited to 'templates/_cancelled_departure.html.ep')
-rw-r--r-- | templates/_cancelled_departure.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/_cancelled_departure.html.ep b/templates/_cancelled_departure.html.ep index 79492a5..db6cc5c 100644 --- a/templates/_cancelled_departure.html.ep +++ b/templates/_cancelled_departure.html.ep @@ -1,9 +1,9 @@ <div class="card"> <div class="card-content"> - <span class="card-title">Zugausfall</span> + <span class="card-title">Fahrtausfall</span> <p>Die Abfahrt von <%= $journey->{train_type} %> <%= $journey->{train_no} %> in <a href="/s/<%= $journey->{dep_eva} %>"><%= $journey->{dep_name} %></a> - entfällt. Der Zugausfall auf der Fahrt nach <%= $journey->{arr_name} %> wurde bereits dokumentiert. + entfällt. Der Ausfall der Fahrt nach <%= $journey->{arr_name} %> wurde bereits dokumentiert. </p> % if (my @connections = @{stash('connections_iris') // []}) { <p>Alternative Reisemöglichkeiten:</p> |