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

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."