summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/Travelynx.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travelynx.pm b/lib/Travelynx.pm
index 18f8381..ac45be6 100755
--- a/lib/Travelynx.pm
+++ b/lib/Travelynx.pm
@@ -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} ) {