import React from 'react';
import { Text } from '@patternfly/react-core';
import { translate as __ } from 'foremanReact/common/I18n';
export const PageDescription = () => (
{__(
'Red Hat Insights is a set of cloud services which provide unified subscription reporting, predictive analysis and remediation of issues through this Satellite instance.'
)}
{__(
'You can toggle the Auto upload switch to the ON position to enable Satellite to automatically upload your host inventory once a day.'
)}
{__(
'Click Restart to upload your host inventory to Red Hat Insights. Perform this step for each organization from which you want to manually upload a host inventory.'
)}
{__(
'Enabling inventory uploads is required by subscription watch. For more information about subscription watch see link:'
)}
{__('About subscription watch')}
{__('For more information about Insights and Cloud Connector read')}
{__('Red Hat Insights Data and Application Security')}
);
export default PageDescription;