From 495738419f5d8bf4476a417ee48b07393d399843 Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Wed, 15 May 2024 22:56:55 +1000 Subject: [PATCH] HMS-4126: update some strings Update some UI text for correctness or clarity. --- .../AutoJoinChangeConfirmDialog.tsx | 8 ++++++-- .../ConfirmDeleteDomain/ConfirmDeleteDomain.tsx | 3 ++- src/Routes/DefaultPage/DefaultPage.tsx | 8 ++++---- .../Components/PagePreparation/PagePreparation.tsx | 2 +- .../PageServiceRegistration/PageServiceRegistration.tsx | 6 +++--- 5 files changed, 16 insertions(+), 11 deletions(-) diff --git a/src/Components/AutoJoinChangeConfirmDialog/AutoJoinChangeConfirmDialog.tsx b/src/Components/AutoJoinChangeConfirmDialog/AutoJoinChangeConfirmDialog.tsx index 6aa89ae..837f812 100644 --- a/src/Components/AutoJoinChangeConfirmDialog/AutoJoinChangeConfirmDialog.tsx +++ b/src/Components/AutoJoinChangeConfirmDialog/AutoJoinChangeConfirmDialog.tsx @@ -38,7 +38,9 @@ const AutoJoinChangeConfirmDialog: React.FC = text = (

Are you sure you want to disable domain auto-join?

-

Disabling will avoid new hosts to join the domain "{domain.title}" using domain auto-join on launch.

+

+ Disabling will prevent systems from automatically joining the domain {domain.title}. +

); } else { @@ -46,7 +48,9 @@ const AutoJoinChangeConfirmDialog: React.FC = text = (

Are you sure you want to enable domain auto-join?

-

Enabling will allow new hosts to join the domain "{domain.title}" using domain auto-join on launch.

+

+ Enabling will allow systems to automatically join the domain {domain.title}. +

); } diff --git a/src/Components/ConfirmDeleteDomain/ConfirmDeleteDomain.tsx b/src/Components/ConfirmDeleteDomain/ConfirmDeleteDomain.tsx index c792177..3be78d9 100644 --- a/src/Components/ConfirmDeleteDomain/ConfirmDeleteDomain.tsx +++ b/src/Components/ConfirmDeleteDomain/ConfirmDeleteDomain.tsx @@ -36,7 +36,8 @@ const ConfirmDeleteDomain: React.FC = (props) => { , ]} > - No new host enrollment from HCC will be allowed on {props.domain?.title || ''} domain after registration deletion. + Hosts will be unable to automatically join the domain + {props.domain?.title || ''} after deletion. ); }; diff --git a/src/Routes/DefaultPage/DefaultPage.tsx b/src/Routes/DefaultPage/DefaultPage.tsx index c028405..eddb306 100644 --- a/src/Routes/DefaultPage/DefaultPage.tsx +++ b/src/Routes/DefaultPage/DefaultPage.tsx @@ -39,7 +39,7 @@ const Header = () => {

- Manage registered identity domains to leverage host access controls from your existing identity and access management.{' '} + Register identity and access management systems to enable machines to automatically join a domain.{' '}

@@ -88,8 +88,8 @@ const EmptyContent = () => { - Use host access controls from your existing identity domains in your -
cloud environment*. To get started, register an identity domain. + Register an identity domain to enable systems to +
automatically join the domain on launch.
diff --git a/src/Routes/WizardPage/Components/PagePreparation/PagePreparation.tsx b/src/Routes/WizardPage/Components/PagePreparation/PagePreparation.tsx index e086290..0300aa7 100644 --- a/src/Routes/WizardPage/Components/PagePreparation/PagePreparation.tsx +++ b/src/Routes/WizardPage/Components/PagePreparation/PagePreparation.tsx @@ -131,7 +131,7 @@ const PagePreparation = (props: PagePreparationProps) => { steps to install the server packages - dnf copr enable @podengo/ipa-hcc && dnf install ipa-hcc-server + dnf install ipa-hcc-server diff --git a/src/Routes/WizardPage/Components/PageServiceRegistration/PageServiceRegistration.tsx b/src/Routes/WizardPage/Components/PageServiceRegistration/PageServiceRegistration.tsx index 3a23590..0897f48 100644 --- a/src/Routes/WizardPage/Components/PageServiceRegistration/PageServiceRegistration.tsx +++ b/src/Routes/WizardPage/Components/PageServiceRegistration/PageServiceRegistration.tsx @@ -75,15 +75,15 @@ const PageServiceRegistration = (props: PageServiceRegistrationProp) => {
  1. - Register your Red Hat IdM domain with the Red Hat Hybrid Cloud Console by running the following command in a terminal on your Red Hat - IdM server. + Register your Red Hat IdM domain with the Red Hat Hybrid Cloud Console by running the following command as root in a + terminal on your Red Hat IdM server, and following the prompts. {ipa_hcc_register_cmd}
  2. - Once the processes have been completed, run a verification test. + After the command completes, verify the registration was successful.