From 0e7595e18778d9bd697c7abb4aeb5baaadf7ab83 Mon Sep 17 00:00:00 2001 From: Thorben Denzer Date: Wed, 28 Aug 2024 13:39:18 +0200 Subject: [PATCH] Replace "Satellite" with "Foreman" in user-facing strings. --- .../components/PageDescription/PageDescription.js | 6 +++--- webpack/InsightsHostDetailsTab/NewHostDetailsTab.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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/InsightsHostDetailsTab/NewHostDetailsTab.js b/webpack/InsightsHostDetailsTab/NewHostDetailsTab.js index ef85747b..68919726 100644 --- a/webpack/InsightsHostDetailsTab/NewHostDetailsTab.js +++ b/webpack/InsightsHostDetailsTab/NewHostDetailsTab.js @@ -37,7 +37,7 @@ const NewHostDetailsTab = ({ hostName, router }) => { const dropdownItems = [ - {__('Go to Satellite Insights page')} + {__('Go to Foreman Insights page')} , ];