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 Franck Nijhof
parent d00e1cb6a5
commit b927763d8d
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -20,7 +20,8 @@
"oauth_error": "[%key:common::config_flow::abort::oauth2_error%]",
"oauth_timeout": "[%key:common::config_flow::abort::oauth2_timeout%]",
"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": {
"default": "Successfully authenticated with Withings."