luci-mod-admin-full: tone down KRACK countermeasure description
[project/luci.git] / modules / luci-mod-admin-full / luasrc / model / cbi / admin_network / wifi.lua
index e4f512b..f9a2dee 100644 (file)
@@ -1021,7 +1021,7 @@ if hwtype == "mac80211" then
 
        local key_retries = s:taboption("encryption", Flag, "wpa_disable_eapol_key_retries",
                translate("Enable key reinstallation (KRACK) countermeasures"),
-               translate("Works around key reinstallation attacks on the client side by disabling retransmission of EAPOL-Key frames that are used to install keys. This workaround might cause interoperability issues and reduced robustness of key negotiation especially in environments with heavy traffic load."))
+               translate("Complicates key reinstallation attacks on the client side by disabling retransmission of EAPOL-Key frames that are used to install keys. This workaround might cause interoperability issues and reduced robustness of key negotiation especially in environments with heavy traffic load."))
 
        key_retries:depends({mode="ap", encryption="wpa2"})
        key_retries:depends({mode="ap", encryption="psk2"})