]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - button/Button.js
Ext.Msg: switch from depreacated msg to message property
[proxmox-widget-toolkit.git] / button / Button.js
index 89d273e92248feccf5023dbb2bd8b9e1ae9537ec..203d26cab341a3a0779b4b71de7cda47a75ac035 100644 (file)
@@ -46,7 +46,7 @@ Ext.define('Proxmox.button.Button', {
                    Ext.Msg.show({
                        title: gettext('Confirm'),
                        icon: me.dangerous ? Ext.Msg.WARNING : Ext.Msg.QUESTION,
-                       msg: msg,
+                       message: msg,
                        buttons: Ext.Msg.YESNO,
                        defaultFocus: me.dangerous ? 'no' : 'yes',
                        callback: function(btn) {