Wizard: Update WSL popover
This updates the text and the link in the WSL popover.
This commit is contained in:
parent
20693ec981
commit
a367faab4a
1 changed files with 4 additions and 3 deletions
|
|
@ -365,8 +365,9 @@ const TargetEnvironment = () => {
|
|||
bodyContent={
|
||||
<TextContent>
|
||||
<Text>
|
||||
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.
|
||||
</Text>
|
||||
</TextContent>
|
||||
}
|
||||
|
|
@ -378,7 +379,7 @@ const TargetEnvironment = () => {
|
|||
icon={<ExternalLinkAltIcon />}
|
||||
iconPosition="right"
|
||||
isInline
|
||||
href="https://access.redhat.com/solutions/6338661"
|
||||
href="https://access.redhat.com/articles/7115538"
|
||||
>
|
||||
Learn more
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue