]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: ct restore: put mountpoint-erasure note on new line
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 7 Jul 2022 08:08:02 +0000 (10:08 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 7 Jul 2022 08:08:02 +0000 (10:08 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/window/Restore.js

index f3b51c813756baf24bc077737114fb3f921f6dff..7d9d57bfb206f7fc77ce3b161f3eec633ff9c3ae 100644 (file)
@@ -97,7 +97,7 @@ Ext.define('PVE.window.Restore', {
                    view.vmtype === 'lxc' ? 'CT' : 'VM',
                )}`;
                if (view.vmtype === 'lxc') {
-                   confirmMsg += ` ${gettext('Mount point volumes are also erased.')}`;
+                   confirmMsg += `<br>${gettext('Mount point volumes are also erased.')}`;
                }
                Ext.Msg.confirm(gettext('Confirm'), confirmMsg, function(btn) {
                    if (btn === 'yes') {