Clean up app removal target user descriptions

This commit is contained in:
Jeffrey
2026-06-16 23:43:07 +02:00
parent a95b5adee8
commit a7a46bb5bf

View File

@@ -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." $AppRemovalScopeDescription.Text = "Apps will be removed for all users and from the Windows image to prevent reinstallation for new users."
} }
"Current user only" { "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" { "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."
} }
} }
} }