diff options
author | Tim <67682506+Ein-Tim@users.noreply.github.com> | 2025-01-31 21:17:25 +0100 |
---|---|---|
committer | Birte Friesel <derf@chaosdorf.de> | 2025-03-24 18:16:25 +0100 |
commit | 2346f681e727783ddd9303ac03ea08dd5e33d245 (patch) | |
tree | cc298d3b9f9ff6e5a922b87e7c5d07c6e05b7c91 /lib | |
parent | a2822036e477942892a7fa0054379b138691dd7f (diff) |
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.
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/Travelynx.pm | 2 |
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} ) { |