@@ -1537,9 +1537,9 @@ const messages = {
1537
1537
autoPowerOn : 'Auto power on' ,
1538
1538
protectFromDeletion : 'Protect from accidental deletion' ,
1539
1539
protectFromShutdown : 'Protect from accidental shutdown' ,
1540
- blockMigration : 'Block migration' ,
1541
- unblockMigrationTitle : 'Unblock migration' ,
1542
- unblockMigrationConfirm : 'Are you sure you want to unblock migration for this VM?' ,
1540
+ blockMigration : 'Disable migration' ,
1541
+ unblockMigrationTitle : 'Enable migration' ,
1542
+ unblockMigrationConfirm : 'Are you sure you want to enable migration for this VM?' ,
1543
1543
ha : 'HA' ,
1544
1544
srHaTooltip : 'SR used for High Availability' ,
1545
1545
nestedVirt : 'Nested virtualization' ,
@@ -2023,7 +2023,7 @@ const messages = {
2023
2023
bypassBackupHostModalMessage : 'There may be ongoing backups on the host. Are you sure you want to continue?' ,
2024
2024
bypassBackupPoolModalMessage : 'There may be ongoing backups on the pool. Are you sure you want to continue?' ,
2025
2025
bypassBlockedMigrationsModalTitle : 'Bypass blocked migrations' ,
2026
- bypassBlockedMigrationsModalMessage : 'This will unblock migration on these VMs: {vms}' ,
2026
+ bypassBlockedMigrationsModalMessage : 'This will enable migration on these VMs: {vms}' ,
2027
2027
emergencyShutdownHostModalTitle : 'Emergency shutdown Host' ,
2028
2028
emergencyShutdownHostModalMessage : 'Are you sure you want to shutdown {host}?' ,
2029
2029
emergencyShutdownHostsModalTitle : 'Emergency shutdown Host{nHosts, plural, one {} other {s}}' ,
0 commit comments