luci-proto-qmi: remove the word 'both' from menu for improved i18n 3178/head
authorNicholas Smith <nicholas.smith@telcoantennas.com.au>
Wed, 23 Oct 2019 04:34:22 +0000 (14:34 +1000)
committerNicholas Smith <nicholas.smith@telcoantennas.com.au>
Wed, 23 Oct 2019 04:34:22 +0000 (14:34 +1000)
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js

index 735eefabdf969f030dd802bcfe15d44e49c376c5..d496808b0a0f6ec0afafaef9e80e7d92e36ba60f 100644 (file)
@@ -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');