diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-08-13 18:29:01 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-08-13 18:29:01 +0200 |
commit | 8b7e5909a80218ad6eb6333906bcbd5fec832937 (patch) | |
tree | d5111f18d728cae7a84f77be93f45fe3950ad829 /lib | |
parent | 34b8e5c7b520876d3d1aab500ed1c15c9dee2b95 (diff) |
backend selection: remove type from buttons (invisible on narrow screens)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Travelynx/Controller/Account.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travelynx/Controller/Account.pm b/lib/Travelynx/Controller/Account.pm index ec6a02f..56730b6 100644 --- a/lib/Travelynx/Controller/Account.pm +++ b/lib/Travelynx/Controller/Account.pm @@ -1010,7 +1010,7 @@ sub backend_form { if ( $backend->{iris} ) { $type = 'IRIS-TTS'; $backend->{name} = 'DB'; - $backend->{longname} = 'Deutsche Bahn'; + $backend->{longname} = 'Deutsche Bahn (IRIS-TTS)'; $backend->{homepage} = 'https://www.bahn.de'; } elsif ( $backend->{hafas} ) { |