diff --git a/src/Components/CreateImageWizardV2/steps/Details/index.tsx b/src/Components/CreateImageWizardV2/steps/Details/index.tsx index 126eb5e3..a17b98af 100644 --- a/src/Components/CreateImageWizardV2/steps/Details/index.tsx +++ b/src/Components/CreateImageWizardV2/steps/Details/index.tsx @@ -45,7 +45,9 @@ const DetailsStep = () => { return (
- Details + + Details + Optionally enter a name to identify your image later quickly. If you do not provide one, the UUID will be used as the name. diff --git a/src/Components/CreateImageWizardV2/steps/ImageOutput/index.tsx b/src/Components/CreateImageWizardV2/steps/ImageOutput/index.tsx index 60e59f52..a81dcd18 100644 --- a/src/Components/CreateImageWizardV2/steps/ImageOutput/index.tsx +++ b/src/Components/CreateImageWizardV2/steps/ImageOutput/index.tsx @@ -17,7 +17,9 @@ const ImageOutputStep = () => { return ( - Image output + + Image output + Image builder allows you to create a custom image and push it to target environments. diff --git a/src/Components/CreateImageWizardV2/steps/Oscap/index.tsx b/src/Components/CreateImageWizardV2/steps/Oscap/index.tsx index 0fbaad4f..17688cb2 100644 --- a/src/Components/CreateImageWizardV2/steps/Oscap/index.tsx +++ b/src/Components/CreateImageWizardV2/steps/Oscap/index.tsx @@ -16,7 +16,9 @@ const OscapStep = () => { return ( - OpenSCAP profile + + OpenSCAP profile + Use OpenSCAP to monitor the adherence of your registered RHEL systems to a selected regulatory compliance profile diff --git a/src/Components/CreateImageWizardV2/steps/Packages/index.tsx b/src/Components/CreateImageWizardV2/steps/Packages/index.tsx index 59fe514b..89270333 100644 --- a/src/Components/CreateImageWizardV2/steps/Packages/index.tsx +++ b/src/Components/CreateImageWizardV2/steps/Packages/index.tsx @@ -7,7 +7,9 @@ import Packages from './Packages'; const PackagesStep = () => { return ( - Additional packages + + Additional packages + Images built with Image Builder include all required packages. diff --git a/src/Components/CreateImageWizardV2/steps/Registration/index.tsx b/src/Components/CreateImageWizardV2/steps/Registration/index.tsx index 506fc413..baa671a2 100644 --- a/src/Components/CreateImageWizardV2/steps/Registration/index.tsx +++ b/src/Components/CreateImageWizardV2/steps/Registration/index.tsx @@ -20,7 +20,9 @@ const RegistrationStep = () => { const activationKey = useAppSelector((state) => selectActivationKey(state)); return ( - Register systems using this image + + Register systems using this image + Automatically register your systems with Red Hat to enhance security and track your spending. diff --git a/src/Components/CreateImageWizardV2/steps/Repositories/index.tsx b/src/Components/CreateImageWizardV2/steps/Repositories/index.tsx index 8f20ad96..9bea8328 100644 --- a/src/Components/CreateImageWizardV2/steps/Repositories/index.tsx +++ b/src/Components/CreateImageWizardV2/steps/Repositories/index.tsx @@ -27,7 +27,9 @@ const ManageRepositoriesButton = () => { const RepositoriesStep = () => { return ( - Custom repositories + + Custom repositories + Select from linked custom repositories from which to search and add packages to this image. diff --git a/src/Components/CreateImageWizardV2/steps/Review/index.tsx b/src/Components/CreateImageWizardV2/steps/Review/index.tsx index 296d8e89..4747d42e 100644 --- a/src/Components/CreateImageWizardV2/steps/Review/index.tsx +++ b/src/Components/CreateImageWizardV2/steps/Review/index.tsx @@ -7,7 +7,9 @@ import Review from './ReviewStep'; const ReviewStep = () => { return ( - Review + + Review + ); diff --git a/src/Components/CreateImageWizardV2/steps/TargetEnvironment/Aws/index.tsx b/src/Components/CreateImageWizardV2/steps/TargetEnvironment/Aws/index.tsx index 4c56f541..85f1433c 100644 --- a/src/Components/CreateImageWizardV2/steps/TargetEnvironment/Aws/index.tsx +++ b/src/Components/CreateImageWizardV2/steps/TargetEnvironment/Aws/index.tsx @@ -55,7 +55,9 @@ const Aws = () => { return (
- Target environment - Amazon Web Services + + Target environment - Amazon Web Services + Your image will be uploaded to AWS and shared with the account you provide below. diff --git a/src/Components/CreateImageWizardV2/steps/TargetEnvironment/Azure/index.tsx b/src/Components/CreateImageWizardV2/steps/TargetEnvironment/Azure/index.tsx index cba43cb3..65218dd8 100644 --- a/src/Components/CreateImageWizardV2/steps/TargetEnvironment/Azure/index.tsx +++ b/src/Components/CreateImageWizardV2/steps/TargetEnvironment/Azure/index.tsx @@ -67,7 +67,9 @@ const Azure = () => { return ( - Target environment - Microsoft Azure + + Target environment - Microsoft Azure + Upon build, Image Builder sends the image to the selected authorized Azure account. The image will be uploaded to the resource group in the diff --git a/src/Components/CreateImageWizardV2/steps/TargetEnvironment/Gcp/index.tsx b/src/Components/CreateImageWizardV2/steps/TargetEnvironment/Gcp/index.tsx index 2438031a..5d2a7ba2 100644 --- a/src/Components/CreateImageWizardV2/steps/TargetEnvironment/Gcp/index.tsx +++ b/src/Components/CreateImageWizardV2/steps/TargetEnvironment/Gcp/index.tsx @@ -31,7 +31,7 @@ const Gcp = () => { return ( - + <Title headingLevel="h1" size="xl"> Target environment - Google Cloud Platform