From a367faab4ad8ceef471a445fd3702b62bb84f1c9 Mon Sep 17 00:00:00 2001 From: regexowl Date: Tue, 15 Apr 2025 09:07:30 +0200 Subject: [PATCH] Wizard: Update WSL popover This updates the text and the link in the WSL popover. --- .../steps/ImageOutput/TargetEnvironment.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Components/CreateImageWizard/steps/ImageOutput/TargetEnvironment.tsx b/src/Components/CreateImageWizard/steps/ImageOutput/TargetEnvironment.tsx index f3aac4cd..99f070dd 100644 --- a/src/Components/CreateImageWizard/steps/ImageOutput/TargetEnvironment.tsx +++ b/src/Components/CreateImageWizard/steps/ImageOutput/TargetEnvironment.tsx @@ -365,8 +365,9 @@ const TargetEnvironment = () => { bodyContent={ - Unfortunately Windows Subsystem for Linux is currently - not supported by Red Hat. + Using RHEL on Microsoft's Windows Subsystem for + Linux (WSL) is permitted as a Validated Software + Platform and Third Party Component Support Policy. } @@ -378,7 +379,7 @@ const TargetEnvironment = () => { icon={} iconPosition="right" isInline - href="https://access.redhat.com/solutions/6338661" + href="https://access.redhat.com/articles/7115538" > Learn more