Replace already_configured in teslemetry with common string (#141637)

This commit is contained in:
Norbert Rittel 2025-03-28 09:44:34 +01:00 committed by GitHub
parent 7b6c967c3a
commit 078be3b8df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{
"config": {
"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_account_mismatch": "The reauthentication account does not match the original account"
},