From fcc9cf71cced39f6e9a80cdd89b91a67da237329 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 17 Jan 2022 09:40:23 -0500 Subject: [PATCH] spelling: components/asuswrt (#64233) Co-authored-by: Josh Soref --- homeassistant/components/asuswrt/strings.json | 2 +- homeassistant/components/asuswrt/translations/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }