From 1c6c925a2b39d0942eaf3c34fdbca535854daccb Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 30 Jan 2024 10:07:23 +0100 Subject: [PATCH] Add missing abort message for Spotify (#109102) * Shield for unregistered Spotify users * Shield for unregistered Spotify users --- homeassistant/components/spotify/strings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/spotify/strings.json b/homeassistant/components/spotify/strings.json index 02077cbdb43..e58d2098bde 100644 --- a/homeassistant/components/spotify/strings.json +++ b/homeassistant/components/spotify/strings.json @@ -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."