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',