Wizard: CentOS acknowledgement text updated for production

This commit is contained in:
lucasgarfield 2022-09-02 16:47:04 +02:00 committed by Lucas Garfield
parent 4ec5c97758
commit 1d6a92a7f9
2 changed files with 6 additions and 7 deletions

View file

@ -26,16 +26,15 @@ const CentOSAcknowledgement = () => {
isInline
title={
<>
CentOS Stream builds may only be used for the development of
RHEL-Next.
CentOS Stream builds are intended for the development of future
versions of RHEL and are not supported for production workloads or
other use cases.
</>
}
>
<p>
For other applications, use a RHEL distribution.
<br />
For those without subscriptions, join the Red Hat Developer program and
get cost-free RHEL: <DeveloperProgramButton />
Join the <DeveloperProgramButton /> to learn about paid and no-cost RHEL
subscription options.
</p>
</Alert>
);