Skip to content

Commit

Permalink
Merge pull request #5513 from irosenzw/change-apply-to-save
Browse files Browse the repository at this point in the history
bug 1838391: Change 'Apply' label to 'Save'
  • Loading branch information
openshift-merge-robot committed May 21, 2020
2 parents adfaf85 + 33a31c1 commit bbadf9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const DedicatedResourcesModal = withHandlePromise<DedicatedResourcesModal
isSimpleError={!!loadError}
onSubmit={onSubmit}
onCancel={close}
submitButtonText="Apply"
submitButtonText="Save"
infoTitle={showCollisionAlert && 'Policy has been updated outside this flow.'}
infoMessage={
<>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const NSModal = withHandlePromise(
isSimpleError={!!loadError}
onSubmit={onSubmit}
onCancel={close}
submitButtonText="Apply"
submitButtonText="Save"
infoTitle={showCollisionAlert && 'Node Selector has been updated outside this flow.'}
infoMessage={
<>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const TModal = withHandlePromise(
isSimpleError={!!loadError}
onSubmit={onSubmit}
onCancel={close}
submitButtonText="Apply"
submitButtonText="Save"
infoTitle={showCollisionAlert && 'Tolerations has been updated outside this flow.'}
infoMessage={
<>
Expand Down

0 comments on commit bbadf9b

Please sign in to comment.