From a7a46bb5bf799b2d0ce8aad3a9d06e5ef28aa3a0 Mon Sep 17 00:00:00 2001 From: Jeffrey <9938813+Raphire@users.noreply.github.com> Date: Tue, 16 Jun 2026 23:43:07 +0200 Subject: [PATCH] Clean up app removal target user descriptions --- Scripts/GUI/MainWindow-AppSelection.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/GUI/MainWindow-AppSelection.ps1 b/Scripts/GUI/MainWindow-AppSelection.ps1 index 386b75a..a21792b 100644 --- a/Scripts/GUI/MainWindow-AppSelection.ps1 +++ b/Scripts/GUI/MainWindow-AppSelection.ps1 @@ -187,10 +187,10 @@ function Update-AppRemovalScopeDescription { $AppRemovalScopeDescription.Text = "Apps will be removed for all users and from the Windows image to prevent reinstallation for new users." } "Current user only" { - $AppRemovalScopeDescription.Text = "Apps will only be removed for the current user. Existing and new users will not be affected." + $AppRemovalScopeDescription.Text = "Apps will only be removed for the current user." } "Target user only" { - $AppRemovalScopeDescription.Text = "Apps will only be removed for the specified target user. Existing and new users will not be affected." + $AppRemovalScopeDescription.Text = "Apps will only be removed for the specified target user." } } }