Unverified Commit a67e39d4 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

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

parent 6f3710c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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';
		}