From 3e1d9786cc9382b759805aa27af549b11d8eebea Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Mon, 4 Dec 2023 21:21:33 +0100 Subject: [PATCH] luci-app-travelmate: typo fix * fixed an encryption description typo in the wireless stations overview Signed-off-by: Dirk Brenken --- .../htdocs/luci-static/resources/view/travelmate/stations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js b/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js index 0fa5169f5b..ef1ba96e6e 100644 --- a/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js +++ b/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js @@ -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.'; -- 2.30.2