From 1b015ebc3dda19a53f27c84931dee40e47f1af94 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 18 Nov 2022 17:56:50 +0100 Subject: [PATCH] ui: utils fix typos in tag tree styles Signed-off-by: Thomas Lamprecht --- www/manager6/Utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),