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