Skip to content

Commit

Permalink
Merge pull request #1260 from yaacov/custom-create-text-when-editing-…
Browse files Browse the repository at this point in the history
…boot-disk

🐞 Use custom create label when editint vmware boot disk
  • Loading branch information
yaacov authored Jul 7, 2024
2 parents 888b178 + d762768 commit 56440f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"Credentials": "Credentials",
"Critical": "Critical",
"Critical concerns": "Critical concerns",
"Custom path:": "Custom path:",
"Cutover": "Cutover",
"Data centers": "Data centers",
"Data is loading, please wait.": "Data is loading, please wait.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const RootDiskInputFactory: () => ModalInputComponentType = () => {
onSelect={onChange}
canCreate
placeholder={t('First root device')}
createNewOptionLabel={t('Custom path:')}
></FilterableSelect>
);
};
Expand Down

0 comments on commit 56440f0

Please sign in to comment.