Skip to content

Commit 0e7595e

Browse files
committed
Replace "Satellite" with "Foreman" in user-facing strings.
1 parent dead0e3 commit 0e7595e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ export const PageDescription = () => (
88
<div id="inventory_page_description">
99
<Text>
1010
{__(
11-
'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.'
11+
'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.'
1212
)}
1313
</Text>
1414
<Text>
1515
{__(
16-
'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.'
16+
'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.'
1717
)}
1818
</Text>
1919
<Text>
2020
<FormattedMessage
2121
id="enable-upload-hint"
2222
defaultMessage={__(
23-
'To enable this reporting for all Satellite organizations, set {uploadButtonName} to on. The data will be reported automatically once per day.'
23+
'To enable this reporting for all Foreman organizations, set {uploadButtonName} to on. The data will be reported automatically once per day.'
2424
)}
2525
values={{
2626
uploadButtonName: <strong>{__('Automatic inventory upload')}</strong>,

webpack/InsightsHostDetailsTab/NewHostDetailsTab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const NewHostDetailsTab = ({ hostName, router }) => {
3737

3838
const dropdownItems = [
3939
<DropdownItem key="insights-link" ouiaId="insights-link">
40-
<a onClick={onSatInsightsClick}>{__('Go to Satellite Insights page')}</a>
40+
<a onClick={onSatInsightsClick}>{__('Go to Foreman Insights page')}</a>
4141
</DropdownItem>,
4242
];
4343

0 commit comments

Comments
 (0)