[pbs-devel] [PATCH proxmox-backup 7/9] ui: datastore options: notifications: use same jargon as tape-jobs and PVE

Lukas Wagner l.wagner at proxmox.com
Mon Jun 23 16:13:13 CEST 2025


Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
 www/datastore/OptionView.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/datastore/OptionView.js b/www/datastore/OptionView.js
index 184353e0..5a10a65d 100644
--- a/www/datastore/OptionView.js
+++ b/www/datastore/OptionView.js
@@ -167,12 +167,12 @@ Ext.define('PBS.Datastore.Options', {
         'notification-mode': {
             required: true,
             defaultValue: 'notification-system',
-            header: gettext('Notification mode'),
+            header: gettext('Notifications'),
             renderer: function (value) {
                 if (value === 'notification-system') {
-                    return gettext('Notification system');
+                    return gettext('Use global settings');
                 } else {
-                    return gettext('Email (legacy)');
+                    return gettext('Use sendmail to send an email (legacy)');
                 }
             },
             editor: {
-- 
2.39.5





More information about the pbs-devel mailing list