From 4beef5c4554a567b61c0fe596428890d1d6067cc Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 26 Nov 2019 12:13:09 +0100 Subject: [PATCH] node network: adapt pending changes diff text Signed-off-by: Thomas Lamprecht --- node/NetworkView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/NetworkView.js b/node/NetworkView.js index 8ad99a3..9b3845d 100644 --- a/node/NetworkView.js +++ b/node/NetworkView.js @@ -421,7 +421,7 @@ Ext.define('Proxmox.node.NetworkView', { itemId: 'changes', tbar: [ gettext('Pending changes') + ' (' + - gettext('Please reboot or apply to activate changes') + ')' + gettext("Either reboot or use 'Apply Configuration' (needs ifupdown2) to activate") + ')' ], split: true, bodyPadding: 5,