Add missing abort message for Spotify (#109102)

* Shield for unregistered Spotify users

* Shield for unregistered Spotify users
This commit is contained in:
Joost Lekkerkerker 2024-01-30 10:07:23 +01:00 committed by GitHub
parent 7359449636
commit dcb5c0d439
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,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%]",
"connection_error": "Could not fetch account information. Is the user registered in the Spotify Developer Dashboard?"
},
"create_entry": {
"default": "Successfully authenticated with Spotify."