From 70aaf893b8bfb0bc08de25a79eb4c56ae9a0a49c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 23 Apr 2022 13:24:17 +0200 Subject: [PATCH] ui: backup restore: add hint to window title on overwrite restore we prompt for confirmation in that case anyway, but some subtle, but extra difference may still help 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 a9221d53..e48aac1a 100644 --- a/www/manager6/window/Restore.js +++ b/www/manager6/window/Restore.js @@ -245,7 +245,7 @@ Ext.define('PVE.window.Restore', { let title = gettext('Restore') + ": " + (me.vmtype === 'lxc' ? 'CT' : 'VM'); if (me.vmid) { - title += " " + me.vmid; + title = `${gettext('Overwrite')} ${title} ${me.vmid}`; } Ext.apply(me, {