[pve-devel] [PATCH manager] ui: fix minor typo in tag style gui
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Nov 21 11:19:02 CET 2022
Am 21/11/2022 um 11:10 schrieb Stefan Sterz:
> Signed-off-by: Stefan Sterz <s.sterz at proxmox.com>
> ---
> 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'),
forgot to pull?
https://git.proxmox.com/?p=pve-manager.git;a=commitdiff;h=837c0db860067f1e94f3e835fe6f28c633e0c5a2
More information about the pve-devel
mailing list