]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: utils fix typos in tag tree styles
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Nov 2022 16:56:50 +0000 (17:56 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Nov 2022 16:56:50 +0000 (17:56 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/Utils.js

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