mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-27 22:27:27 +00:00
sendmail edit panel: fix using gettext with parameter
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
7e4b51778a
commit
247304085f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user