Skip to content

Commit 56440f0

Browse files
authored
Merge pull request #1260 from yaacov/custom-create-text-when-editing-boot-disk
🐞 Use custom create label when editint vmware boot disk
2 parents 888b178 + d762768 commit 56440f0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/forklift-console-plugin/locales/en/plugin__forklift-console-plugin.json

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
"Credentials": "Credentials",
107107
"Critical": "Critical",
108108
"Critical concerns": "Critical concerns",
109+
"Custom path:": "Custom path:",
109110
"Cutover": "Cutover",
110111
"Data centers": "Data centers",
111112
"Data is loading, please wait.": "Data is loading, please wait.",

packages/forklift-console-plugin/src/modules/Plans/views/details/components/SettingsSection/modals/EditRootDisk/EditRootDisk.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ const RootDiskInputFactory: () => ModalInputComponentType = () => {
7272
onSelect={onChange}
7373
canCreate
7474
placeholder={t('First root device')}
75+
createNewOptionLabel={t('Custom path:')}
7576
></FilterableSelect>
7677
);
7778
};

0 commit comments

Comments
 (0)