diff --git a/lib/Travelynx/Controller/Account.pm b/lib/Travelynx/Controller/Account.pm index 43b0683dca3b55d094e44ef0ff3aa62f6caaca57..b8bd2f4ead43100fdec69f393ad2e774c891d312 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} ) {