From 2346f681e727783ddd9303ac03ea08dd5e33d245 Mon Sep 17 00:00:00 2001
From: Tim <67682506+Ein-Tim@users.noreply.github.com>
Date: Fri, 31 Jan 2025 21:17:25 +0100
Subject: [PATCH] =?UTF-8?q?Text=20change=20to=20reflect=20=C3=96PNV=20inte?=
 =?UTF-8?q?gration?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This commit removes a reference to "train" in a message that is shown when the user is not checked in at the moment.
---
 lib/Travelynx.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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} ) {
-- 
GitLab