Skip to content

Commit

Permalink
Merge pull request #1318 from sgratch/rephrase-plan-phase-label-for-u…
Browse files Browse the repository at this point in the history
…nfailed-plan-failed-vms

🐞 Rephrase migration phase label for failed VMs under uncompleted Plan
  • Loading branch information
yaacov committed Sep 8, 2024
2 parents 91ce362 + f9dea41 commit 28eea5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@
"Skip certificate validation": "Skip certificate validation",
"Skip VMware Virtual Disk Development Kit (VDDK) SDK acceleration, migration may be slow.": "Skip VMware Virtual Disk Development Kit (VDDK) SDK acceleration, migration may be slow.",
"Snapshot polling interval (seconds)": "Snapshot polling interval (seconds)",
"Some VMs Failed": "Some VMs Failed",
"Something is wrong, the data was not loaded due to an error, please try to reload the page.": "Something is wrong, the data was not loaded due to an error, please try to reload the page.",
"Something is wrong, the secret was not loaded, please try to reload the page.": "Something is wrong, the secret was not loaded, please try to reload the page.",
"source": "source",
Expand Down Expand Up @@ -527,7 +528,6 @@
"Virtual machines": "Virtual machines",
"Virtual Machines": "Virtual Machines",
"Virtual machines:": "Virtual machines:",
"VM Failed": "VM Failed",
"VM(s) with more than one interface mapped to Pod Networking were detected.": "VM(s) with more than one interface mapped to Pod Networking were detected.",
"VM(s) with multiple NICs on the same network were detected.": "VM(s) with multiple NICs on the same network were detected.",
"VM(s) with NICs that are not linked with a NIC profile were detected.": "VM(s) with NICs that are not linked with a NIC profile were detected.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const phaseLabels: Record<PlanPhase, string> = {
Error: 'Error',
// t('Warning')
Warning: 'Warning',
// t('VM Failed')
vmError: 'VM Failed',
// t('Some VMs Failed')
vmError: 'Some VMs Failed',
// t('Unknown')
Unknown: 'Unknown',
};

0 comments on commit 28eea5e

Please sign in to comment.