Fix spelling of "Wi-Fi" in keenetic_ndms2 integration (#137920)

This commit is contained in:
Norbert Rittel 2025-02-08 20:38:28 +01:00 committed by GitHub
parent 2db6860b60
commit 743873b2e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"no_udn": "SSDP discovery info has no UDN",
"not_keenetic_ndms2": "Discovered item is not a Keenetic router"
"not_keenetic_ndms2": "Discovered device is not a Keenetic router"
}
},
"options": {
@ -33,7 +33,7 @@
"interfaces": "Choose interfaces to scan",
"try_hotspot": "Use 'ip hotspot' data (most accurate)",
"include_arp": "Use ARP data (ignored if hotspot data used)",
"include_associated": "Use WiFi AP associations data (ignored if hotspot data used)"
"include_associated": "Use Wi-Fi AP associations data (ignored if hotspot data used)"
}
}
}