[pbs-devel] [PATCH proxmox-backup] ui: traffic-control: rename add timeframe button to `Add Timeframe`

Hannes Laimer h.laimer at proxmox.com
Mon Nov 24 15:05:51 CET 2025


This was confusing since there were two similarly positioned `Add`
buttons on the form when creating a new traffic control rule. This
should clearify that.

Suggested-by: Robert Obkircher <r.obkircher at proxmox.com>
Signed-off-by: Hannes Laimer <h.laimer at proxmox.com>
---
 www/window/TrafficControlEdit.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/window/TrafficControlEdit.js b/www/window/TrafficControlEdit.js
index 6079ed6c..83b84ff5 100644
--- a/www/window/TrafficControlEdit.js
+++ b/www/window/TrafficControlEdit.js
@@ -445,7 +445,7 @@ Ext.define('PBS.window.TrafficControlEdit', {
             },
             {
                 xtype: 'button',
-                text: gettext('Add'),
+                text: gettext('Add Timeframe'),
                 iconCls: 'fa fa-plus-circle',
                 handler: 'addTimeframe',
             },
-- 
2.47.3





More information about the pbs-devel mailing list