From d290acc84d1d32c22a5ef2f41a14140a7da9d84f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 24 Apr 2021 15:20:53 +0200 Subject: [PATCH] ui: live-restore: refine notice Signed-off-by: Thomas Lamprecht --- www/manager6/window/Restore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/window/Restore.js b/www/manager6/window/Restore.js index b63135e9..e7b3e945 100644 --- a/www/manager6/window/Restore.js +++ b/www/manager6/window/Restore.js @@ -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, });