Commit 2346f681 authored by Tim's avatar Tim Committed by derf
Browse files

Text change to reflect ÖPNV integration

This commit removes a reference to "train" in a message that is shown when the user is not checked in at the moment.
parent a2822036
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -954,7 +954,7 @@ sub startup {

			if ( not $user->{checked_in} and not $user->{cancelled} ) {
				return $promise->resolve( 0,
					'You are not checked into any train' );
					'You are not checked in' );
			}

			if ( $dep_eva and $dep_eva != $user->{dep_eva} ) {