Browse Source

Tweked Integration Setup Menu Option

frogsoftware 1 year ago
parent
commit
56d9512448
1 changed files with 1 additions and 1 deletions
  1. 1 1
      prs.desktop/Utils/PostUtils.cs

+ 1 - 1
prs.desktop/Utils/PostUtils.cs

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