Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐞 Add A before vddk #891

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading