From: Dirk Brenken Date: Mon, 4 Dec 2023 20:21:33 +0000 (+0100) Subject: luci-app-travelmate: typo fix X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3e1d9786cc9382b759805aa27af549b11d8eebea;p=openwrt-luci.git luci-app-travelmate: typo fix * fixed an encryption description typo in the wireless stations overview Signed-off-by: Dirk Brenken --- 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.';