From 4bb826ee0691391c8be4354b6e35e7e8a893129b Mon Sep 17 00:00:00 2001 From: regexowl Date: Tue, 20 May 2025 09:41:45 +0200 Subject: [PATCH] Wizard: Set helper text variant --- .../steps/TargetEnvironment/Aws/AwsAccountId.tsx | 2 +- .../CreateImageWizard/steps/TargetEnvironment/Aws/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/CreateImageWizard/steps/TargetEnvironment/Aws/AwsAccountId.tsx b/src/Components/CreateImageWizard/steps/TargetEnvironment/Aws/AwsAccountId.tsx index 0f218208..1b9f0b51 100644 --- a/src/Components/CreateImageWizard/steps/TargetEnvironment/Aws/AwsAccountId.tsx +++ b/src/Components/CreateImageWizard/steps/TargetEnvironment/Aws/AwsAccountId.tsx @@ -42,7 +42,7 @@ export const AwsAccountId = () => { /> - + This is the account associated with the source. diff --git a/src/Components/CreateImageWizard/steps/TargetEnvironment/Aws/index.tsx b/src/Components/CreateImageWizard/steps/TargetEnvironment/Aws/index.tsx index 2ac256c7..58276242 100644 --- a/src/Components/CreateImageWizard/steps/TargetEnvironment/Aws/index.tsx +++ b/src/Components/CreateImageWizard/steps/TargetEnvironment/Aws/index.tsx @@ -108,7 +108,7 @@ const Aws = () => { /> - + Images are built in the default region but can be copied to other regions later.