backend selection: Rename "DB (IRIS)" to "IRIS" for better HAFAS distinction

This commit is contained in:
Birte Kristina Friesel 2024-08-26 17:40:14 +02:00
parent 6f3710c5cb
commit a67e39d4ce
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA

View file

@ -1063,7 +1063,7 @@ sub backend_form {
my $type = 'UNKNOWN'; my $type = 'UNKNOWN';
if ( $backend->{iris} ) { if ( $backend->{iris} ) {
$type = 'IRIS-TTS'; $type = 'IRIS-TTS';
$backend->{name} = 'DB'; $backend->{name} = 'IRIS';
$backend->{longname} = 'Deutsche Bahn (IRIS-TTS)'; $backend->{longname} = 'Deutsche Bahn (IRIS-TTS)';
$backend->{homepage} = 'https://www.bahn.de'; $backend->{homepage} = 'https://www.bahn.de';
} }