]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
pxarFileTypes: fix over-eager s/text/label/
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 16 May 2022 12:56:03 +0000 (14:56 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 16 May 2022 12:56:03 +0000 (14:56 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/Schema.js

index aa39fb1f065cee905b594e63964d7def1424feec..d4148455b39c3ba6e8d26a7bf522cd29c2826444 100644 (file)
@@ -29,7 +29,7 @@ Ext.define('Proxmox.Schema', { // a singleton
        b: { icon: 'cube', label: gettext('Block Device') },
        c: { icon: 'tty', label: gettext('Character Device') },
        d: { icon: 'folder-o', label: gettext('Directory') },
-       f: { icon: 'file-label-o', label: gettext('File') },
+       f: { icon: 'file-text-o', label: gettext('File') },
        h: { icon: 'file-o', label: gettext('Hardlink') },
        l: { icon: 'link', label: gettext('Softlink') },
        p: { icon: 'exchange', label: gettext('Pipe/Fifo') },