@@ -106,7 +106,7 @@ namespace PRSDesktop
{
host.CreateSetupAction(new PanelAction
- Caption = $"Configure {typeof(T).Name} Processing",
+ Caption = $"Configure {CoreUtils.Neatify(typeof(T).Name)} Processing",
OnExecute = action =>
configurePost();