diff --git a/homeassistant/components/spotify/strings.json b/homeassistant/components/spotify/strings.json
index 5a7e56013cc02c5efc369e53592b793d65151ab7..76cad9bdf804a09b6982a331db734fabb661e1ff 100644
--- a/homeassistant/components/spotify/strings.json
+++ b/homeassistant/components/spotify/strings.json
@@ -1,14 +1,15 @@
 {
   "config": {
     "step": {
-      "pick_implementation": { "title": "[%key:common::config_flow::title::oauth2_pick_implementation%]" },
+      "pick_implementation": {
+        "title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
+      },
       "reauth_confirm": {
         "title": "Re-authenticate with Spotify",
         "description": "The Spotify integration needs to re-authenticate with Spotify for account: {account}"
       }
     },
     "abort": {
-      "already_setup": "You can only configure one Spotify account.",
       "authorize_url_timeout": "Timeout generating authorize url.",
       "no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]",
       "missing_configuration": "The Spotify integration is not configured. Please follow the documentation.",