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;