Skip to content

Commit

Permalink
Merge pull request #2331 from gouyang/change_button_name
Browse files Browse the repository at this point in the history
CNV-54188: change "Move to folder" to "Save"
  • Loading branch information
openshift-merge-bot[bot] authored Dec 25, 2024
2 parents 8950fbf + 57c21cb commit cb73d46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const MoveVMToFolderModal: FC<MoveVMToFolderModalProps> = ({ isOpen, onClose, on
isOpen={isOpen}
onClose={onClose}
onSubmit={() => onSubmit(folderName)}
submitBtnText={t('Move to folder')}
submitBtnText={t('Save')}
>
<Stack hasGutter>
<StackItem>
Expand Down

0 comments on commit cb73d46

Please sign in to comment.