diff --git a/webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js b/webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js index 35e1f513..1a729daa 100644 --- a/webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js +++ b/webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js @@ -8,19 +8,19 @@ export const PageDescription = () => (
{__( - 'The Red Hat Hybrid Cloud Console provides a set of cloud services, including Red Hat Insights and Subscriptions, that provide predictive analysis, remediation of issues, and unified subscription reporting for this Satellite instance.' + 'The Red Hat Hybrid Cloud Console provides a set of cloud services, including Red Hat Insights and Subscriptions, that provide predictive analysis, remediation of issues, and unified subscription reporting for this Foreman instance.' )} {__( - 'The Satellite inventory upload plugin automatically uploads Satellite host inventory data to the Inventory service of Insights, where it can also be used by the Subscriptions service for subscription reporting. If you use the Subscriptions service, enabling inventory uploads is required.' + 'The Foreman inventory upload plugin automatically uploads Foreman host inventory data to the Inventory service of Insights, where it can also be used by the Subscriptions service for subscription reporting. If you use the Subscriptions service, enabling inventory uploads is required.' )} {__('Automatic inventory upload')}, diff --git a/webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/__tests__/__snapshots__/PageDescription.test.js.snap b/webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/__tests__/__snapshots__/PageDescription.test.js.snap index 415f58e7..245d1553 100644 --- a/webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/__tests__/__snapshots__/PageDescription.test.js.snap +++ b/webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/__tests__/__snapshots__/PageDescription.test.js.snap @@ -5,14 +5,14 @@ exports[`PageDescription rendering render without Props 1`] = ` id="inventory_page_description" > - The Red Hat Hybrid Cloud Console provides a set of cloud services, including Red Hat Insights and Subscriptions, that provide predictive analysis, remediation of issues, and unified subscription reporting for this Satellite instance. + The Red Hat Hybrid Cloud Console provides a set of cloud services, including Red Hat Insights and Subscriptions, that provide predictive analysis, remediation of issues, and unified subscription reporting for this Foreman instance. - The Satellite inventory upload plugin automatically uploads Satellite host inventory data to the Inventory service of Insights, where it can also be used by the Subscriptions service for subscription reporting. If you use the Subscriptions service, enabling inventory uploads is required. + The Foreman inventory upload plugin automatically uploads Foreman host inventory data to the Inventory service of Insights, where it can also be used by the Subscriptions service for subscription reporting. If you use the Subscriptions service, enabling inventory uploads is required. { const dropdownItems = [ - {__('Go to Satellite Insights page')} + {__('Go to Foreman Insights page')} , ];