From 17cc53b30598f18e4c81cbef22a717acbdbd987d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 12 Feb 2023 12:43:05 +0100 Subject: train details: Wagenreihung -> Wagen --- templates/_train_details.html.ep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index f212525..039a0b4 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -128,14 +128,14 @@
% if ($departure->{trip_id}) { % if (stash('station_name')) { - Karte + Karte % } % else { - Karte + Karte % } % } % if ($departure->{wr_link}) { - Wagenreihung + Wagen % } % elsif ($icetype and $icetype->[2] and ($linetype eq 'fern' or $departure->{train_type} =~ m{NJ})) { -- cgit v1.2.3