sendmail edit panel: fix using gettext with parameter

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-09-14 08:14:25 +02:00
parent 7e4b51778a
commit 247304085f

View File

@ -80,9 +80,7 @@ Ext.define('Proxmox.panel.SendmailEditPanel', {
}, },
autoEl: { autoEl: {
tag: 'div', tag: 'div',
'data-qtip': gettext( 'data-qtip': gettext('Multiple recipients must be separated by spaces, commas or semicolons'),
'Multiple recipients must be separated by spaces, commas or semicolons',
),
}, },
validator: function() { validator: function() {
return this.up('pmxSendmailEditPanel').mailValidator(); return this.up('pmxSendmailEditPanel').mailValidator();