From abb12f02c6b45eea4d553da8e4b719e78d18606a Mon Sep 17 00:00:00 2001 From: Derf Null Date: Tue, 18 Apr 2023 22:47:48 +0200 Subject: station board: fix text for regional/local transit switcher --- lib/DBInfoscreen/Controller/Stationboard.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/DBInfoscreen/Controller/Stationboard.pm') diff --git a/lib/DBInfoscreen/Controller/Stationboard.pm b/lib/DBInfoscreen/Controller/Stationboard.pm index bbd9eee..ef33699 100644 --- a/lib/DBInfoscreen/Controller/Stationboard.pm +++ b/lib/DBInfoscreen/Controller/Stationboard.pm @@ -1722,7 +1722,7 @@ sub handle_result { $params->param( hafas => not $params->param('hafas') ); if ( $params->param('hafas') ) { $api_link = '/' . $data->{station_eva} . '?' . $params->to_string; - $api_text = 'lol'; + $api_text = 'Auf Nahverkehr wechseln'; $api_icon = 'train'; } else { @@ -1730,7 +1730,7 @@ sub handle_result { @{ $data->{station_evas} // [] }; if ($iris_eva) { $api_link = '/' . $iris_eva . '?' . $params->to_string; - $api_text = 'lol'; + $api_text = 'Auf Bahnverkehr wechseln'; $api_icon = 'directions_bus'; } } -- cgit v1.2.3