protocols/3g: rework service type choices
This commit is contained in:
parent
26dcec42ee
commit
db972d6b08
1 changed files with 3 additions and 3 deletions
|
@ -34,15 +34,15 @@ end
|
|||
service = section:taboption("general", Value, "service", translate("Service Type"))
|
||||
service:value("", translate("-- Please choose --"))
|
||||
service:value("umts", "UMTS/GPRS")
|
||||
service:value("cdma", "CDMA")
|
||||
service:value("evdo", "EV-DO")
|
||||
service:value("umts_only", translate("UMTS only"))
|
||||
service:value("gprs_only", translate("GPRS only"))
|
||||
service:value("evdo", "CDMA/EV-DO")
|
||||
|
||||
|
||||
apn = section:taboption("general", Value, "apn", translate("APN"))
|
||||
|
||||
|
||||
pincode = section:taboption("general", Value, "pincode", translate("PIN"))
|
||||
pincode.datatype = "range(0,9999)"
|
||||
|
||||
|
||||
username = section:taboption("general", Value, "username", translate("PAP/CHAP username"))
|
||||
|
|
Loading…
Reference in a new issue