diff --git a/Scripts/GUI/Show-ApplyModal.ps1 b/Scripts/GUI/Show-ApplyModal.ps1 index 30bc6ca..d9ccfb5 100644 --- a/Scripts/GUI/Show-ApplyModal.ps1 +++ b/Scripts/GUI/Show-ApplyModal.ps1 @@ -186,7 +186,7 @@ function Show-ApplyModal { $applyRebootPanel.Visibility = 'Visible' } else { - $script:ApplyCompletionMessageEl.Text = "Your clean system is ready. Thanks for using Win11Debloat!" + $script:ApplyCompletionMessageEl.Text = "Your system is ready. Thanks for using Win11Debloat!" } } }