ui: utils fix typos in tag tree styles

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-11-18 17:56:50 +01:00
parent 593272c434
commit 1b015ebc3d

View File

@ -1923,7 +1923,7 @@ Ext.define('PVE.Utils', {
}, },
tagTreeStyles: { tagTreeStyles: {
'__default__': `${Proxmox.Utils.defaultText} (${gettext('Cirlce')})`, '__default__': `${Proxmox.Utils.defaultText} (${gettext('Circle')})`,
'full': gettext('Full'), 'full': gettext('Full'),
'circle': gettext('Circle'), 'circle': gettext('Circle'),
'dense': gettext('Dense'), 'dense': gettext('Dense'),