mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 02:07:54 +00:00
Add missing abort message for Spotify (#109102)
* Shield for unregistered Spotify users * Shield for unregistered Spotify users
This commit is contained in:
parent
7359449636
commit
dcb5c0d439
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user