[pve-devel] [PATCH widget-toolkit] notify ui: fix `gettext` calls

Lukas Wagner l.wagner at proxmox.com
Mon Aug 28 15:02:44 CEST 2023


On 8/28/23 14:59, Lukas Wagner wrote:

> -				message: gettext(`Sent test notification to '${target}'.`),
> +				message: Ext.String.format("Sent test notification to '{0}'.", target),

Of course I forgot the actual call to `gettext`... v2 will follow...

thx @ Maximiliano

-- 
- Lukas





More information about the pve-devel mailing list