luci-proto-qmi: remove the word 'both' from menu for improved i18n

Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
This commit is contained in:
Nicholas Smith 2019-10-23 14:34:22 +10:00
parent eb0c5c04e8
commit c607284d30

View 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');