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.
This commit is contained in:
Adam Ernst 2020-11-04 12:34:09 -06:00 committed by GitHub
parent 3661d8380a
commit ceb8172b7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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%]"
}