]> git.proxmox.com Git - pmg-gui.git/commitdiff
ActionList: make labels in editwindow consistent
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 23 Oct 2019 11:53:00 +0000 (13:53 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Oct 2019 14:06:20 +0000 (16:06 +0200)
to make it consistent with the grid in which the actions get shown,
since we have a different column with the name 'description' there
already

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js/Utils.js

index 0479dff2b18e2ce299a1dd972391d749132bc539..686441be19b45fecd4663ced31da9a3fb8a6dd0a 100644 (file)
@@ -480,7 +480,7 @@ Ext.define('PMG.Utils', {
                {
                    xtype: 'textareafield',
                    name: 'info',
-                   fieldLabel: gettext("Description")
+                   fieldLabel: gettext("Comment")
                },
                {
                    xtype: 'textfield',
@@ -537,7 +537,7 @@ Ext.define('PMG.Utils', {
                {
                    xtype: 'textareafield',
                    name: 'info',
-                   fieldLabel: gettext("Description")
+                   fieldLabel: gettext("Comment")
                },
                {
                    xtype: 'textfield',
@@ -570,7 +570,7 @@ Ext.define('PMG.Utils', {
                {
                    xtype: 'textareafield',
                    name: 'info',
-                   fieldLabel: gettext("Description")
+                   fieldLabel: gettext("Comment")
                },
                {
                    xtype: 'textfield',
@@ -606,7 +606,7 @@ Ext.define('PMG.Utils', {
                {
                    xtype: 'textareafield',
                    name: 'info',
-                   fieldLabel: gettext("Description")
+                   fieldLabel: gettext("Comment")
                },
                {
                    xtype: 'textareafield',
@@ -645,7 +645,7 @@ Ext.define('PMG.Utils', {
                {
                    xtype: 'textareafield',
                    name: 'info',
-                   fieldLabel: gettext("Description")
+                   fieldLabel: gettext("Comment")
                },
                {
                    xtype: 'textareafield',