Skip to content

Commit

Permalink
luci-app-travelmate: typo fix
Browse files Browse the repository at this point in the history
* fixed an encryption description typo in the wireless stations overview

Signed-off-by: Dirk Brenken <dev@brenken.org>
  • Loading branch information
dibdot committed Dec 4, 2023
1 parent 3283cb2 commit 3e1d978
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.';
Expand Down

0 comments on commit 3e1d978

Please sign in to comment.