From 247304085fd3712af9a9fef1182b2af0318e65c6 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 14 Sep 2023 08:14:25 +0200 Subject: [PATCH] sendmail edit panel: fix using gettext with parameter Signed-off-by: Thomas Lamprecht --- src/panel/SendmailEditPanel.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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();