From bd1de3cd7c16ed0c449c6d514fb61d6e91d2de01 Mon Sep 17 00:00:00 2001 From: springstan <46536646+springstan@users.noreply.github.com> Date: Thu, 1 Oct 2020 14:53:33 +0200 Subject: [PATCH] Use common strings in spotify config flow (#40957) --- homeassistant/components/spotify/strings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/spotify/strings.json b/homeassistant/components/spotify/strings.json index 5a7e56013cc..76cad9bdf80 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.", -- GitLab