]> git.proxmox.com Git - pmg-gui.git/commitdiff
attachment grid: show all parts: fix title-casing in label
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 11 Nov 2022 17:40:00 +0000 (18:40 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 11 Nov 2022 17:41:08 +0000 (18:41 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
js/AttachmentGrid.js

index 3381bc198bd89ff3db719adc6d1e90d26e019913..746812d6e02b43c09951a18bd98d21e222d1fbb0 100644 (file)
@@ -19,7 +19,7 @@ Ext.define('PMG.grid.AttachmentGrid', {
        '->',
        {
            xtype: 'checkbox',
-           boxLabel: gettext('show all parts'),
+           boxLabel: gettext('Show All Parts'),
            boxLabelAlgign: 'before',
            listeners: {
                change: function(checkBox, value) {