mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-08-11 11:03:34 +00:00
pxarFileTypes: fix over-eager s/text/label/
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
141d2ec303
commit
53dc88d409
@ -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') },
|
||||
|
Loading…
Reference in New Issue
Block a user