Add translation string for Withings wrong account (#127719)

This commit is contained in:
Joost Lekkerkerker 2024-10-07 08:14:19 +02:00 committed by GitHub
parent 54401bc0a5
commit e78a3f7939
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,8 @@
"oauth_error": "[%key:common::config_flow::abort::oauth2_error%]", "oauth_error": "[%key:common::config_flow::abort::oauth2_error%]",
"oauth_timeout": "[%key:common::config_flow::abort::oauth2_timeout%]", "oauth_timeout": "[%key:common::config_flow::abort::oauth2_timeout%]",
"oauth_unauthorized": "[%key:common::config_flow::abort::oauth2_unauthorized%]", "oauth_unauthorized": "[%key:common::config_flow::abort::oauth2_unauthorized%]",
"oauth_failed": "[%key:common::config_flow::abort::oauth2_failed%]" "oauth_failed": "[%key:common::config_flow::abort::oauth2_failed%]",
"wrong_account": "Authenticated account does not match the account to be reauthenticated. Please log in with the correct account."
}, },
"create_entry": { "create_entry": {
"default": "Successfully authenticated with Withings." "default": "Successfully authenticated with Withings."