From 71c7c1d3bc4442304722c486d0c23a997ee8f473 Mon Sep 17 00:00:00 2001 From: Luc Vandenbroucke Date: Thu, 24 Mar 2022 10:39:57 +0100 Subject: [PATCH] typefout --- eDosStation/EpdExit.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eDosStation/EpdExit.xaml.cs b/eDosStation/EpdExit.xaml.cs index 52ca827..7fa615f 100644 --- a/eDosStation/EpdExit.xaml.cs +++ b/eDosStation/EpdExit.xaml.cs @@ -102,7 +102,7 @@ namespace eDosStation if (int.TryParse(ep.WearerID, out EpdVisitID) && EpdVisitID % 100 != thisStation.ID_Station) { - endWithMessage($"This EPD was issued on antother station {EpdVisitID % 100}"); + endWithMessage($"This EPD was issued on another station (ID:{EpdVisitID % 100})"); } //bool NoTimeout = false;