Skip to content

Commit f8f2f49

Browse files
Thorben-Dchris1984
authored andcommitted
Replace "Satellite" with "Foreman" in user-facing strings.
1 parent e2ea864 commit f8f2f49

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

+3-3
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/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/__tests__/__snapshots__/PageDescription.test.js.snap

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ exports[`PageDescription rendering render without Props 1`] = `
55
id="inventory_page_description"
66
>
77
<Text>
8-
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.
8+
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.
99
</Text>
1010
<Text>
11-
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.
11+
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.
1212
</Text>
1313
<Text>
1414
<FormattedMessage
15-
defaultMessage="To enable this reporting for all Satellite organizations, set {uploadButtonName} to on. The data will be reported automatically once per day."
15+
defaultMessage="To enable this reporting for all Foreman organizations, set {uploadButtonName} to on. The data will be reported automatically once per day."
1616
id="enable-upload-hint"
1717
values={
1818
Object {

webpack/InsightsHostDetailsTab/NewHostDetailsTab.js

+1-1
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)