Fix oncue string for already_configured (#63248)

pull/63249/head
J. Nick Koston 2022-01-02 13:59:04 -10:00 committed by GitHub
parent 1b884964a4
commit 56103a4623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
}
}
}

View File

@ -1,7 +1,7 @@
{
"config": {
"abort": {
"already_configured": "Device is already configured"
"already_configured": "Account is already configured"
},
"error": {
"cannot_connect": "Failed to connect",