import React from 'react';
import { Text } from '@patternfly/react-core';
import { translate as __ } from 'foremanReact/common/I18n';
import { FormattedMessage } from 'react-intl';
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 Foreman instance.'
)}
{__(
'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')},
}}
/>
{__('Restart')},
}}
/>
{__('For more information about the Subscriptions service, see:')}
{__('About subscription watch')}
{__('For more information about Insights and Cloud Connector, see:')}
{__('Red Hat Insights Data and Application Security')}
);
export default PageDescription;