Skip to content

Commit dba08f0

Browse files
authored
feat(xo-web/vm): rename 'block migration' to 'disable migration' (#8492)
Introduced by 11a801c Related to #8222
1 parent 18d8a29 commit dba08f0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Diff for: CHANGELOG.unreleased.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- **Migrated REST API endpoints**:
1515
- `/rest/v0/vifs` (PR [#8483](https://github.com/vatesfr/xen-orchestra/pull/8483))
1616
- `/rest/v0/vifs/<vif-id>` (PR [#8483](https://github.com/vatesfr/xen-orchestra/pull/8483))
17+
- [VM/Advanced] Rename `Block migration` to `Disable migration` (PR [#8492](https://github.com/vatesfr/xen-orchestra/pull/8492))
1718

1819
### Bug fixes
1920

Diff for: packages/xo-web/src/common/intl/messages.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1537,9 +1537,9 @@ const messages = {
15371537
autoPowerOn: 'Auto power on',
15381538
protectFromDeletion: 'Protect from accidental deletion',
15391539
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?',
15431543
ha: 'HA',
15441544
srHaTooltip: 'SR used for High Availability',
15451545
nestedVirt: 'Nested virtualization',
@@ -2023,7 +2023,7 @@ const messages = {
20232023
bypassBackupHostModalMessage: 'There may be ongoing backups on the host. Are you sure you want to continue?',
20242024
bypassBackupPoolModalMessage: 'There may be ongoing backups on the pool. Are you sure you want to continue?',
20252025
bypassBlockedMigrationsModalTitle: 'Bypass blocked migrations',
2026-
bypassBlockedMigrationsModalMessage: 'This will unblock migration on these VMs: {vms}',
2026+
bypassBlockedMigrationsModalMessage: 'This will enable migration on these VMs: {vms}',
20272027
emergencyShutdownHostModalTitle: 'Emergency shutdown Host',
20282028
emergencyShutdownHostModalMessage: 'Are you sure you want to shutdown {host}?',
20292029
emergencyShutdownHostsModalTitle: 'Emergency shutdown Host{nHosts, plural, one {} other {s}}',

0 commit comments

Comments
 (0)