From b3d7f940c54900e1cd178559f54323bae6f259de Mon Sep 17 00:00:00 2001 From: SNoof85 Date: Fri, 30 Oct 2020 12:21:00 +0100 Subject: [PATCH] Fix typo in Flunearyou config flow (#42617) --- homeassistant/components/flunearyou/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/flunearyou/strings.json b/homeassistant/components/flunearyou/strings.json index 5736b266e6c..4df0326fc3b 100644 --- a/homeassistant/components/flunearyou/strings.json +++ b/homeassistant/components/flunearyou/strings.json @@ -3,7 +3,7 @@ "step": { "user": { "title": "Configure Flu Near You", - "description": "Monitor user-based and CDC repots for a pair of coordinates.", + "description": "Monitor user-based and CDC reports for a pair of coordinates.", "data": { "latitude": "[%key:common::config_flow::data::latitude%]", "longitude": "[%key:common::config_flow::data::longitude%]" @@ -17,4 +17,4 @@ "already_configured": "[%key:common::config_flow::abort::already_configured_location%]" } } -} \ No newline at end of file +}