From b038102cd7e4ea4a49611bfbaa84d1a86583db0a Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 17 Jan 2022 09:41:32 -0500 Subject: [PATCH] spelling: components/apple_tv (#64234) Co-authored-by: Josh Soref --- homeassistant/components/apple_tv/strings.json | 2 +- homeassistant/components/apple_tv/translations/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/apple_tv/strings.json b/homeassistant/components/apple_tv/strings.json index f46f531865c..3ea47ba3d8a 100644 --- a/homeassistant/components/apple_tv/strings.json +++ b/homeassistant/components/apple_tv/strings.json @@ -51,7 +51,7 @@ "no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "device_did_not_pair": "No attempt to finish pairing process was made from the device.", - "backoff": "Device does not accept pairing reqests at this time (you might have entered an invalid PIN code too many times), try again later.", + "backoff": "Device does not accept pairing requests at this time (you might have entered an invalid PIN code too many times), try again later.", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]", "unknown": "[%key:common::config_flow::error::unknown%]", "setup_failed": "Failed to set up device.", diff --git a/homeassistant/components/apple_tv/translations/en.json b/homeassistant/components/apple_tv/translations/en.json index 4d4d1bb1679..db16129ca2a 100644 --- a/homeassistant/components/apple_tv/translations/en.json +++ b/homeassistant/components/apple_tv/translations/en.json @@ -4,7 +4,7 @@ "already_configured": "Device is already configured", "already_configured_device": "Device is already configured", "already_in_progress": "Configuration flow is already in progress", - "backoff": "Device does not accept pairing reqests at this time (you might have entered an invalid PIN code too many times), try again later.", + "backoff": "Device does not accept pairing requests at this time (you might have entered an invalid PIN code too many times), try again later.", "device_did_not_pair": "No attempt to finish pairing process was made from the device.", "device_not_found": "Device was not found during discovery, please try adding it again.", "inconsistent_device": "Expected protocols were not found during discovery. This normally indicates a problem with multicast DNS (Zeroconf). Please try adding the device again.",