public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: "Dominic Jäger" <d.jaeger@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH widget-toolkit v2] ui: network: Remove bond-primary gettext
Date: Thu,  7 Jan 2021 09:32:14 +0100	[thread overview]
Message-ID: <20210107083215.40088-3-d.jaeger@proxmox.com> (raw)
In-Reply-To: <20210107083215.40088-1-d.jaeger@proxmox.com>

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>
---
new in v2

 src/node/NetworkEdit.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/node/NetworkEdit.js b/src/node/NetworkEdit.js
index 0792dde..b2d1077 100644
--- a/src/node/NetworkEdit.js
+++ b/src/node/NetworkEdit.js
@@ -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,
-- 
2.20.1




  parent reply	other threads:[~2021-01-07  8:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-07  8:32 [pve-devel] [PATCH i18n v2] Update German translations Dominic Jäger
2021-01-07  8:32 ` [pve-devel] [PATCH manager v2] ui: acme: Remove false gettexts Dominic Jäger
2021-01-07  8:32 ` Dominic Jäger [this message]
2021-01-07  8:32 ` [pve-devel] [PATCH proxmox-backup v2] ui: notify options: Remove gettext for root@pam Dominic Jäger
2021-01-12 10:45 ` [pve-devel] applied-series: [PATCH i18n v2] Update German translations Thomas Lamprecht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210107083215.40088-3-d.jaeger@proxmox.com \
    --to=d.jaeger@proxmox.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal