From 44914c01ac9ecfedac9a268bc8b7fe690557b8be Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Thu, 4 Feb 2021 01:26:32 +0100 Subject: [PATCH] Fix typo in Roomba strings (#45928) --- homeassistant/components/roomba/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/roomba/strings.json b/homeassistant/components/roomba/strings.json index 512e27a758e..48e130df4f5 100644 --- a/homeassistant/components/roomba/strings.json +++ b/homeassistant/components/roomba/strings.json @@ -23,7 +23,7 @@ }, "link_manual": { "title": "Enter Password", - "description": "The password could not be retrivied from the device automatically. Please follow the steps outlined in the documentation at: {auth_help_url}", + "description": "The password could not be retrieved from the device automatically. Please follow the steps outlined in the documentation at: {auth_help_url}", "data": { "password": "[%key:common::config_flow::data::password%]" }