Skip to content

Commit

Permalink
CNV-54188: change "Move to folder" to "Save"
Browse files Browse the repository at this point in the history
  • Loading branch information
gouyang committed Dec 24, 2024
1 parent 8950fbf commit 57c21cb
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 57c21cb

Please sign in to comment.