From: Thomas Lamprecht Date: Fri, 18 Nov 2022 16:56:50 +0000 (+0100) Subject: ui: utils fix typos in tag tree styles X-Git-Url: https://git.proxmox.com/?p=pve-manager.git;a=commitdiff_plain;h=1b015ebc3dda19a53f27c84931dee40e47f1af94 ui: utils fix typos in tag tree styles Signed-off-by: Thomas Lamprecht --- diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js index df2f9631..4dd3cb93 100644 --- a/www/manager6/Utils.js +++ b/www/manager6/Utils.js @@ -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'),