diff --git a/src/components/InventoryHostStaleness/HostStalenessCard.js b/src/components/InventoryHostStaleness/HostStalenessCard.js index 67a7df30e..0d66adc34 100644 --- a/src/components/InventoryHostStaleness/HostStalenessCard.js +++ b/src/components/InventoryHostStaleness/HostStalenessCard.js @@ -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.`} diff --git a/src/components/InventoryHostStaleness/constants.js b/src/components/InventoryHostStaleness/constants.js index a27d3cd48..7bc1037ea 100644 --- a/src/components/InventoryHostStaleness/constants.js +++ b/src/components/InventoryHostStaleness/constants.js @@ -216,7 +216,7 @@ export const HostStalenessResetDefaultPopover = ({ activeTabKey }) => { - - Systems are culled after 2 years since last check-in. + - Systems are deleted after 2 years since last check-in. ) : ( @@ -233,7 +233,7 @@ export const HostStalenessResetDefaultPopover = ({ activeTabKey }) => { - - Systems are culled after 30 days since last check-in. + - Systems are deleted after 30 days since last check-in. ) @@ -282,7 +282,7 @@ export const InventoryHostStalenessPopover = () => { check-in. - - Systems are culled after 30 days since last check-in. + - Systems are deleted after 30 days since last check-in. { check-in. - - Systems are culled after 2 years since last check-in. + - Systems are deleted after 2 years since last check-in. @@ -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',