From 924772c3a0eb0449ff72fc136fa70c0f5ef99c4a Mon Sep 17 00:00:00 2001 From: Jeffrey <9938813+Raphire@users.noreply.github.com> Date: Sun, 31 May 2026 14:14:41 +0200 Subject: [PATCH] Update completion message --- Scripts/GUI/Show-ApplyModal.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!" } } }