mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Replace already_configured
in teslemetry
with common string (#141637)
This commit is contained in:
parent
7b6c967c3a
commit
078be3b8df
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Account is already configured",
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
||||||
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
||||||
"reauth_account_mismatch": "The reauthentication account does not match the original account"
|
"reauth_account_mismatch": "The reauthentication account does not match the original account"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user