backend selection: Rename "DB (IRIS)" to "IRIS" for better HAFAS distinction
This commit is contained in:
parent
6f3710c5cb
commit
a67e39d4ce
1 changed files with 1 additions and 1 deletions
|
@ -1063,7 +1063,7 @@ sub backend_form {
|
|||
my $type = 'UNKNOWN';
|
||||
if ( $backend->{iris} ) {
|
||||
$type = 'IRIS-TTS';
|
||||
$backend->{name} = 'DB';
|
||||
$backend->{name} = 'IRIS';
|
||||
$backend->{longname} = 'Deutsche Bahn (IRIS-TTS)';
|
||||
$backend->{homepage} = 'https://www.bahn.de';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue