diff --git a/homeassistant/components/asuswrt/strings.json b/homeassistant/components/asuswrt/strings.json index 079ee35bf95..ae94870eed3 100644 --- a/homeassistant/components/asuswrt/strings.json +++ b/homeassistant/components/asuswrt/strings.json @@ -34,7 +34,7 @@ "title": "AsusWRT Options", "data": { "consider_home": "Seconds to wait before considering a device away", - "track_unknown": "Track unknown / unamed devices", + "track_unknown": "Track unknown / unnamed devices", "interface": "The interface that you want statistics from (e.g. eth0,eth1 etc)", "dnsmasq": "The location in the router of the dnsmasq.leases files", "require_ip": "Devices must have IP (for access point mode)" diff --git a/homeassistant/components/asuswrt/translations/en.json b/homeassistant/components/asuswrt/translations/en.json index 5ac87e277f4..e835bf97538 100644 --- a/homeassistant/components/asuswrt/translations/en.json +++ b/homeassistant/components/asuswrt/translations/en.json @@ -36,7 +36,7 @@ "dnsmasq": "The location in the router of the dnsmasq.leases files", "interface": "The interface that you want statistics from (e.g. eth0,eth1 etc)", "require_ip": "Devices must have IP (for access point mode)", - "track_unknown": "Track unknown / unamed devices" + "track_unknown": "Track unknown / unnamed devices" }, "title": "AsusWRT Options" }