]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/node/CmdMenu.js
fix #4194: ui: clarify that it's actually a bulk shutdown, not a stop
[pve-manager.git] / www / manager6 / node / CmdMenu.js
index 3d60e9cba6dd30749c1332362761ea231d73bd42..1d16fd43307249df7846c803ede044fb65477533 100644 (file)
@@ -43,14 +43,14 @@ Ext.define('PVE.node.CmdMenu', {
            },
        },
        {
-           text: gettext('Bulk Stop'),
+           text: gettext('Bulk Shutdown'),
            itemId: 'bulkstop',
            iconCls: 'fa fa-fw fa-stop',
            handler: function() {
                Ext.create('PVE.window.BulkAction', {
                    nodename: this.up('menu').nodename,
-                   title: gettext('Bulk Stop'),
-                   btnText: gettext('Stop'),
+                   title: gettext('Bulk Shutdown'),
+                   btnText: gettext('Shutdown'),
                    action: 'stopall',
                    autoShow: true,
                });