Skip to content

Commit

Permalink
Add a before vddk
Browse files Browse the repository at this point in the history
Signed-off-by: Yaacov Zamir <[email protected]>
  • Loading branch information
yaacov committed Feb 7, 2024
1 parent 8c7a26a commit 4c680ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"A username for connecting to the OpenStack Identity (Keystone) endpoint.": "A username for connecting to the OpenStack Identity (Keystone) endpoint.",
"A username for connecting to the Red Hat Virtualization Manager (RHVM) API endpoint. Ensure the username is in the format of username@user-domain. For example: admin@internal.": "A username for connecting to the Red Hat Virtualization Manager (RHVM) API endpoint. Ensure the username is in the format of username@user-domain. For example: admin@internal.",
"A username for connecting to the vCenter API endpoint. Ensure the username includes the user domain. For example: <1>[email protected]</1>.": "A username for connecting to the vCenter API endpoint. Ensure the username includes the user domain. For example: <1>[email protected]</1>.",
"A VDDK init image is optional, but it is strongly recommended to specify a VDDK init image to accelerate migrations.": "A VDDK init image is optional, but it is strongly recommended to specify a VDDK init image to accelerate migrations.",
"Actions": "Actions",
"Add mapping": "Add mapping",
"Add source and target providers for the migration.": "Add source and target providers for the migration.",
Expand Down Expand Up @@ -450,7 +451,6 @@
"Username": "Username",
"Validation Failed": "Validation Failed",
"VDDK init image": "VDDK init image",
"VDDK init image is optional, but it is strongly recommended to specify a VDDK init image to accelerate migrations.": "VDDK init image is optional, but it is strongly recommended to specify a VDDK init image to accelerate migrations.",
"View and edit provider details.": "View and edit provider details.",
"View details": "View details",
"View provider details": "View provider details",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const VSphereProviderCreateForm: React.FC<VSphereProviderCreateFormProps>

const vddkHelperTextPopover = (
<Trans t={t} ns="plugin__forklift-console-plugin">
VDDK init image is optional, but it is strongly recommended to specify a VDDK init image to
A VDDK init image is optional, but it is strongly recommended to specify a VDDK init image to
accelerate migrations.
</Trans>
);
Expand Down

0 comments on commit 4c680ce

Please sign in to comment.