diff --git a/packages/forklift-console-plugin/locales/en/plugin__forklift-console-plugin.json b/packages/forklift-console-plugin/locales/en/plugin__forklift-console-plugin.json index 5bb3ecc75..1da4964be 100644 --- a/packages/forklift-console-plugin/locales/en/plugin__forklift-console-plugin.json +++ b/packages/forklift-console-plugin/locales/en/plugin__forklift-console-plugin.json @@ -278,7 +278,6 @@ "Username": "Username", "Validation Failed": "Validation Failed", "VDDK container image of the provider, when left empty some functionality will not be available": "VDDK container image of the provider, when left empty some functionality will not be available", - "vddk Init Image": "vddk Init Image", "VDDK Init Image": "VDDK Init Image", "VDDK Init Image must be a valid container image, for example quay.io/kubev2v/example:latest": "VDDK Init Image must be a valid container image, for example quay.io/kubev2v/example:latest", "View details": "View details", diff --git a/packages/forklift-console-plugin/src/modules/Providers/views/details/components/DetailsSection/OpenshiftDetailsSection.tsx b/packages/forklift-console-plugin/src/modules/Providers/views/details/components/DetailsSection/OpenshiftDetailsSection.tsx index b22d9fee7..b068cae22 100644 --- a/packages/forklift-console-plugin/src/modules/Providers/views/details/components/DetailsSection/OpenshiftDetailsSection.tsx +++ b/packages/forklift-console-plugin/src/modules/Providers/views/details/components/DetailsSection/OpenshiftDetailsSection.tsx @@ -132,7 +132,7 @@ export const OpenshiftDetailsSection: React.FC = ({ data }) title={t('Default Transfer Network')} content={ provider?.metadata?.annotations?.['forklift.konveyor.io/defaultTransferNetwork'] || ( - {t('Empty')} + {t('Pod network')} ) } helpContent={ diff --git a/packages/forklift-console-plugin/src/modules/Providers/views/details/components/DetailsSection/VSphereDetailsSection.tsx b/packages/forklift-console-plugin/src/modules/Providers/views/details/components/DetailsSection/VSphereDetailsSection.tsx index e7e019c8e..6693c15a3 100644 --- a/packages/forklift-console-plugin/src/modules/Providers/views/details/components/DetailsSection/VSphereDetailsSection.tsx +++ b/packages/forklift-console-plugin/src/modules/Providers/views/details/components/DetailsSection/VSphereDetailsSection.tsx @@ -123,7 +123,7 @@ export const VSphereDetailsSection: React.FC = ({ data }) = /> {t('Empty')}