mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-29 04:39:15 +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: {
|
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();
|
||||||
|
Loading…
Reference in New Issue
Block a user