Skip to content

Commit

Permalink
fix(CreatePolicy): RHINENG-1919 - Update wording for OS (#2005)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastilian authored Oct 17, 2023
1 parent 95a69a7 commit 66fb2d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SmartComponents/CreatePolicy/EditPolicySystems.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ const EmptyState = ({ osMajorVersion }) => (
</TextContent>
<TextContent className="pf-u-mb-md">
<Text>
Choose a different operating system, or connect{' '}
<b>RHEL {osMajorVersion}</b> systems to Insights.
Choose a different RHEL version, or connect <b>RHEL {osMajorVersion}</b>{' '}
systems to Insights.
</Text>
</TextContent>
<WizardContextConsumer>
{({ goToStepById }) => (
<Button onClick={() => goToStepById(1)}>
Choose a different operating system
Choose a different RHEL version
</Button>
)}
</WizardContextConsumer>
Expand Down

0 comments on commit 66fb2d8

Please sign in to comment.