diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-03-24 17:21:41 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-03-24 17:21:41 +0100 |
commit | dcf5e48bf8285b69336ed9affbcadcecb5a385b5 (patch) | |
tree | 02b9f763c8d08fa17ce4ade79f204eddd2fce1a8 /lib | |
parent | fe221a7ad367ed00c4bc179269aee03c4882d806 (diff) |
bahn.de is reasonably ready now. I think.
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 b8bd2f4..0a424cc 100644 --- a/lib/Travelynx/Controller/Account.pm +++ b/lib/Travelynx/Controller/Account.pm @@ -1072,7 +1072,7 @@ sub backend_form { elsif ( $backend->{dbris} ) { $type = 'DBRIS'; $backend->{longname} - = 'Deutsche Bahn: bahn.de (UNFERTIG / BETA-TEST – Fehler und fehlerhafte Daten sind möglich)'; + = 'Deutsche Bahn: bahn.de'; $backend->{homepage} = 'https://www.bahn.de'; } elsif ( $backend->{hafas} ) { |