ui: network: Remove bond-primary gettext
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>
This commit is contained in:
parent
f8c424ef80
commit
0915cbb1fe
@ -157,7 +157,7 @@ Ext.define('Proxmox.node.NetworkEdit', {
|
|||||||
});
|
});
|
||||||
|
|
||||||
let primaryfield = Ext.createWidget('textfield', {
|
let primaryfield = Ext.createWidget('textfield', {
|
||||||
fieldLabel: gettext('bond-primary'),
|
fieldLabel: 'bond-primary',
|
||||||
name: 'bond-primary',
|
name: 'bond-primary',
|
||||||
value: '',
|
value: '',
|
||||||
disabled: true,
|
disabled: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user