Skip to content

Commit

Permalink
Add missing abort message for Spotify (#109102)
Browse files Browse the repository at this point in the history
* Shield for unregistered Spotify users

* Shield for unregistered Spotify users
  • Loading branch information
joostlek authored Jan 30, 2024
1 parent 7359449 commit dcb5c0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion homeassistant/components/spotify/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit dcb5c0d

Please sign in to comment.