Skip to content

Commit

Permalink
Replace "Satellite" with "Foreman" in user-facing strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorben-D committed Aug 28, 2024
1 parent dead0e3 commit 0e7595e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ export const PageDescription = () => (
<div id="inventory_page_description">
<Text>
{__(
'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.'
)}
</Text>
<Text>
{__(
'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.'
)}
</Text>
<Text>
<FormattedMessage
id="enable-upload-hint"
defaultMessage={__(
'To enable this reporting for all Satellite organizations, set {uploadButtonName} to on. The data will be reported automatically once per day.'
'To enable this reporting for all Foreman organizations, set {uploadButtonName} to on. The data will be reported automatically once per day.'
)}
values={{
uploadButtonName: <strong>{__('Automatic inventory upload')}</strong>,
Expand Down
2 changes: 1 addition & 1 deletion webpack/InsightsHostDetailsTab/NewHostDetailsTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const NewHostDetailsTab = ({ hostName, router }) => {

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

Expand Down

0 comments on commit 0e7595e

Please sign in to comment.