From f4cbf61b22a19b9df2e9ffcdf54d1b7557cdc5cc Mon Sep 17 00:00:00 2001 From: Jacob Kozol Date: Wed, 24 Feb 2021 12:31:05 +0100 Subject: [PATCH] CreateImageWizard: update aws upload step Update the text and title to better fit current designs. --- .../CreateImageWizard/WizardStepUploadAWS.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PresentationalComponents/CreateImageWizard/WizardStepUploadAWS.js b/src/PresentationalComponents/CreateImageWizard/WizardStepUploadAWS.js index e4beb0f4..b25c9199 100644 --- a/src/PresentationalComponents/CreateImageWizard/WizardStepUploadAWS.js +++ b/src/PresentationalComponents/CreateImageWizard/WizardStepUploadAWS.js @@ -6,10 +6,10 @@ import { Form, FormGroup, TextInput, Title } from '@patternfly/react-core'; const WizardStepUploadAWS = (props) => { return (
- Upload to AWS + Target Environment - Upload to AWS

- Your image will be uploaded to a temporary account on Amazon Web Services. - The image will be shared with the account ID you provide below.
+ Your image will be uploaded to a temporary account on Amazon Web Services.
+ The image will be shared with the account you provide below.
Within the next 14 days you will need to copy the shared image to your own account. After 14 days it will be unavailable and will have to be regenerated.