V2Wizard: Update create/edit button copy
This updates copy on the Save changes button as per recent mocks.
This commit is contained in:
parent
8ebd74051b
commit
972190ecaf
4 changed files with 6 additions and 6 deletions
|
|
@ -43,7 +43,7 @@ export const CreateSaveAndBuildBtn = ({
|
|||
return (
|
||||
<DropdownList>
|
||||
<DropdownItem onClick={onSaveAndBuild} ouiaId="wizard-create-build-btn">
|
||||
Save and build images
|
||||
Save changes and build image(s)
|
||||
</DropdownItem>
|
||||
</DropdownList>
|
||||
);
|
||||
|
|
@ -75,7 +75,7 @@ export const CreateSaveButton = ({
|
|||
/>
|
||||
</FlexItem>
|
||||
)}
|
||||
<FlexItem>Save changes</FlexItem>
|
||||
<FlexItem>Save changes to blueprint</FlexItem>
|
||||
</Flex>
|
||||
</MenuToggleAction>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ export const EditSaveAndBuildBtn = ({
|
|||
return (
|
||||
<DropdownList>
|
||||
<DropdownItem onClick={onSaveAndBuild} ouiaId="wizard-edit-build-btn">
|
||||
Save and build images
|
||||
Save changes and build image(s)
|
||||
</DropdownItem>
|
||||
</DropdownList>
|
||||
);
|
||||
|
|
@ -79,7 +79,7 @@ export const EditSaveButton = ({
|
|||
/>
|
||||
</FlexItem>
|
||||
)}
|
||||
<FlexItem>Save changes</FlexItem>
|
||||
<FlexItem>Save changes to blueprint</FlexItem>
|
||||
</Flex>
|
||||
</MenuToggleAction>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue