diff --git a/src/panel/SendmailEditPanel.js b/src/panel/SendmailEditPanel.js index b814f39..ace6129 100644 --- a/src/panel/SendmailEditPanel.js +++ b/src/panel/SendmailEditPanel.js @@ -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();