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(); }