Skip to content

Commit

Permalink
Fixed a small typo in the success message
Browse files Browse the repository at this point in the history
Fixed a small typo in the success message
  • Loading branch information
HotCakeX committed Jan 7, 2025
1 parent f6c932b commit dd359c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ await Task.Run(() =>

_ = GUIAppControlManager.packageMgr.AddPackageByUriAsync(new Uri(AppControlManagerSavePath), options);

Logger.LogMessage($"AppControl Manager Installing has been successful.", LogTypeIntel.InformationInteractionRequired);
Logger.LogMessage($"AppControl Manager installation has been successful.", LogTypeIntel.InformationInteractionRequired);

});
}
Expand Down

0 comments on commit dd359c7

Please sign in to comment.