ui: live-restore: refine notice

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-04-24 15:20:53 +02:00
parent 6da2926cbc
commit d290acc84d

View File

@ -167,7 +167,7 @@ Ext.define('PVE.window.Restore', {
xtype: 'displayfield',
reference: 'liveWarning',
// TODO: Remove once more tested/stable?
value: gettext('Note: If anything goes wrong during the live-restore, new data written by the VM will be lost.'),
value: gettext('Note: If anything goes wrong during the live-restore, new data written by the VM may be lost.'),
userCls: 'pmx-hint',
hidden: true,
});