From c607284d301917496b9568aff4f47b6b8261cbb2 Mon Sep 17 00:00:00 2001 From: Nicholas Smith Date: Wed, 23 Oct 2019 14:34:22 +1000 Subject: [PATCH] luci-proto-qmi: remove the word 'both' from menu for improved i18n Signed-off-by: Nicholas Smith --- .../luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js b/protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js index 735eefabdf..d496808b0a 100644 --- a/protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js +++ b/protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js @@ -68,7 +68,7 @@ return network.registerProtocol('qmi', { s.taboption('general', form.Value, 'pincode', _('PIN')); o = s.taboption('general', form.ListValue, 'auth', _('Authentication Type')); - o.value('both', 'PAP/CHAP (both)'); + o.value('both', 'PAP/CHAP'); o.value('pap', 'PAP'); o.value('chap', 'CHAP'); o.value('none', 'NONE'); -- 2.30.2