luci-app-travelmate: typo fix
* fixed an encryption description typo in the wireless stations overview Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
parent
3283cb2ebd
commit
3e1d9786cc
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ return view.extend({
|
|||
cfgvalue = 'WPA2 Pers. (CCMP)';
|
||||
break;
|
||||
case 'psk2+tkip':
|
||||
cfgvalue = 'WPA2 Ent. (TKIP)';
|
||||
cfgvalue = 'WPA2 Pers. (TKIP)';
|
||||
break;
|
||||
case 'psk':
|
||||
cfgvalue = 'WPA Pers.';
|
||||
|
|
Loading…
Reference in a new issue