Skip to content

Commit

Permalink
fix(RHIN-447): Change text from culling to deletion (#2039)
Browse files Browse the repository at this point in the history
  • Loading branch information
adonispuente authored Oct 4, 2023
1 parent a1625a3 commit 5f40f1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/InventoryHostStaleness/HostStalenessCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ const HostStalenessCard = ({ canModifyHostStaleness }) => {
ouiaId="BasicModal"
>
{`Changing the organization level setting for system staleness and
deletion may impact your systems. Some systems will be culled as a
deletion may impact your systems. Some systems will be deleted as a
result.`}
</Modal>
</Flex>
Expand Down
10 changes: 5 additions & 5 deletions src/components/InventoryHostStaleness/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const HostStalenessResetDefaultPopover = ({ activeTabKey }) => {
</span>

<span className="pf-u-font-size-sm">
- Systems are culled after 2 years since last check-in.
- Systems are deleted after 2 years since last check-in.
</span>
</Flex>
) : (
Expand All @@ -233,7 +233,7 @@ export const HostStalenessResetDefaultPopover = ({ activeTabKey }) => {
</span>

<span className="pf-u-font-size-sm">
- Systems are culled after 30 days since last check-in.
- Systems are deleted after 30 days since last check-in.
</span>
</Flex>
)
Expand Down Expand Up @@ -282,7 +282,7 @@ export const InventoryHostStalenessPopover = () => {
check-in.
</span>
<span className="pf-u-font-size-sm">
- Systems are culled after 30 days since last check-in.
- Systems are deleted after 30 days since last check-in.
</span>
</Flex>
<Flex
Expand All @@ -302,7 +302,7 @@ export const InventoryHostStalenessPopover = () => {
check-in.
</span>
<span className="pf-u-font-size-sm">
- Systems are culled after 2 years since last check-in.
- Systems are deleted after 2 years since last check-in.
</span>
</Flex>
</Flex>
Expand Down Expand Up @@ -457,7 +457,7 @@ export const systemDeletionItems = (activeTabKey) => {
: 'conventional_culling_delta',
title: 'System deletion',
modalMessage:
'This is the time at which your system will be deleted from your inventory. Once your system is culled, it will have to be re-registered to be added back to your inventory.',
'This is the time at which your system will be deleted from your inventory. Once your system is deleted, it will have to be re-registered to be added back to your inventory.',
},
{
name: '21 days',
Expand Down

0 comments on commit 5f40f1f

Please sign in to comment.