diff options
-rw-r--r-- | lib/Travelynx/Controller/Account.pm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/Travelynx/Controller/Account.pm b/lib/Travelynx/Controller/Account.pm index 43b0683..b8bd2f4 100644 --- a/lib/Travelynx/Controller/Account.pm +++ b/lib/Travelynx/Controller/Account.pm @@ -1070,12 +1070,10 @@ sub backend_form { $backend->{homepage} = 'https://www.bahn.de'; } elsif ( $backend->{dbris} ) { - $type = 'DBRIS'; - $backend->{longname} = 'Deutsche Bahn: bahn.de'; + $type = 'DBRIS'; + $backend->{longname} + = 'Deutsche Bahn: bahn.de (UNFERTIG / BETA-TEST – Fehler und fehlerhafte Daten sind möglich)'; $backend->{homepage} = 'https://www.bahn.de'; - - # not ready for production yet - $type = undef; } elsif ( $backend->{hafas} ) { |