From 8dbca83c14f3b9be52e5cc6b86cb7152a50ecf27 Mon Sep 17 00:00:00 2001 From: mgold1234 Date: Tue, 27 Jun 2023 14:31:42 +0300 Subject: [PATCH] googleCloud: Format the text on GCP target This commit fix the format text when create image with Google Cloud Platform target related to issue: https://github.com/RedHatInsights/image-builder-frontend/issues/1195 --- .../CreateImageWizard/steps/googleCloud.js | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/src/Components/CreateImageWizard/steps/googleCloud.js b/src/Components/CreateImageWizard/steps/googleCloud.js index bf3c218f..1c08054a 100644 --- a/src/Components/CreateImageWizard/steps/googleCloud.js +++ b/src/Components/CreateImageWizard/steps/googleCloud.js @@ -101,17 +101,25 @@ export default { component: componentTypes.PLAIN_TEXT, name: 'google-cloud-text-component', label: ( - - Your image will be uploaded to Google Cloud Platform and shared with - the account you provide below.
- The shared image will expire within 14 days. To keep the image longer, - copy it to your Google Cloud Platform account. -
+

+ Your image will be uploaded to GCP and shared with the account you + provide below. +

+ ), + }, + { + component: componentTypes.PLAIN_TEXT, + name: 'google-cloud-text-component', + label: ( +

+ The shared image will expire within 14 days. To permanently + access the image, copy it to your Google Cloud Platform account. +

), }, { component: 'radio-popover', - label: 'Type', + label: 'Account type', isRequired: true, Popover: PopoverInfo, name: 'google-account-type',