From ceb8172b7c64e6d2d692bd0c6d0945cee1100182 Mon Sep 17 00:00:00 2001 From: Adam Ernst Date: Wed, 4 Nov 2020 12:34:09 -0600 Subject: [PATCH] Tweak Rachio integration strings (#42843) This is now called "Settings", not "Account Settings", on the home page. (Confusingly the page the button leads to is still titled "Account Settings".) Also add a missing quote and tweak grammar. --- homeassistant/components/rachio/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/rachio/strings.json b/homeassistant/components/rachio/strings.json index c6f1f4ca264..14536557e70 100644 --- a/homeassistant/components/rachio/strings.json +++ b/homeassistant/components/rachio/strings.json @@ -3,7 +3,7 @@ "step": { "user": { "title": "Connect to your Rachio device", - "description": "You will need the API Key from https://app.rach.io/. Select 'Account Settings, and then click on 'GET API KEY'.", + "description": "You will need the API Key from https://app.rach.io/. Go to Settings, then click 'GET API KEY'.", "data": { "api_key": "[%key:common::config_flow::data::api_key%]" }