Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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} ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment