]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: backup info: drop "Email" from "Notification" label
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 19 Jan 2023 15:18:03 +0000 (16:18 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 19 Jan 2023 15:18:39 +0000 (16:18 +0100)
avoids extra vertical space usage due to a long label that's broken
up in multiple lines while not really loosing any relevant info.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/dc/BackupJobDetail.js

index 0141151cc27e2906f80299d0c84ca48fdf9c7316..a1e10614d7be0329e63632e27873eea294f7d59c 100644 (file)
@@ -208,7 +208,7 @@ Ext.define('PVE.dc.BackupInfo', {
        {
            xtype: 'displayfield',
            name: 'mailnotification',
-           fieldLabel: gettext('Email notification'),
+           fieldLabel: gettext('Notification'),
            renderer: function(value) {
                let mailto = this.up('pveBackupInfo')?.record?.mailto || 'root@localhost';
                let when = gettext('Always');