diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm
index edec8fe7171d8168356218524ec3114dae97ed2c..bd85e564955b212c398d740245968b49d04931ea 100644
--- a/lib/Travel/Status/DE/DeutscheBahn.pm
+++ b/lib/Travel/Status/DE/DeutscheBahn.pm
@@ -11,7 +11,7 @@ our $VERSION = '1.05';
 sub new {
 	my ( $class, %opt ) = @_;
 
-	$opt{service} = 'deutschebahn';
+	$opt{service} = 'DB';
 
 	return $class->SUPER::new(%opt);
 }