]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
ui: network: Remove bond-primary gettext
authorDominic Jäger <d.jaeger@proxmox.com>
Thu, 7 Jan 2021 08:32:14 +0000 (09:32 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 12 Jan 2021 10:40:21 +0000 (11:40 +0100)
The corresponding option  in /etc/network/interfaces is exactly "bond-primary".
Translating this might easily make unclear what is meant.

Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
src/node/NetworkEdit.js

index 0792dde61ea5286958334d2b9f78111bfa1e4281..b2d107761563d0f65d7fd09e8d7040a52d9c1ead 100644 (file)
@@ -157,7 +157,7 @@ Ext.define('Proxmox.node.NetworkEdit', {
            });
 
            let primaryfield = Ext.createWidget('textfield', {
-               fieldLabel: gettext('bond-primary'),
+               fieldLabel: 'bond-primary',
                name: 'bond-primary',
                value: '',
                disabled: true,