From 2648b1390b14ecc31f371f2e9637162f4a63577f Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Sat, 26 Nov 2022 17:12:57 +0100 Subject: [PATCH] its On Foot --- EliteBGS/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EliteBGS/MainWindow.xaml.cs b/EliteBGS/MainWindow.xaml.cs index e98fb55..233420b 100644 --- a/EliteBGS/MainWindow.xaml.cs +++ b/EliteBGS/MainWindow.xaml.cs @@ -347,7 +347,7 @@ public partial class MainWindow : Window { return; } - transaction.Type = "OnFoot"; + transaction.Type = "On Foot"; RefreshView(); }