diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-26 17:40:14 +0200 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-26 17:40:14 +0200 | 
| commit | a67e39d4ceeab45f2b2b28ed26fad6cd37b65d0f (patch) | |
| tree | 455ac0848c8657d4e70a34efa93115af8a25f6f0 | |
| parent | 6f3710c5cbecf7e531a3fcd1a40505b2afd18592 (diff) | |
backend selection: Rename "DB (IRIS)" to "IRIS" for better HAFAS distinction
| -rw-r--r-- | lib/Travelynx/Controller/Account.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/Travelynx/Controller/Account.pm b/lib/Travelynx/Controller/Account.pm index 46e44d1..453664c 100644 --- a/lib/Travelynx/Controller/Account.pm +++ b/lib/Travelynx/Controller/Account.pm @@ -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';  		} | 
