diff options
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} ) { |