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: {
tag: 'div',
'data-qtip': gettext(
'Multiple recipients must be separated by spaces, commas or semicolons',
),
'data-qtip': gettext('Multiple recipients must be separated by spaces, commas or semicolons'),
},
validator: function() {
return this.up('pmxSendmailEditPanel').mailValidator();