From 5ee6cd178a180f0c0bda26fa8d23a9e1429f68e5 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Sat, 17 Aug 2024 05:17:21 +0200 Subject: [PATCH] fix typo --- music_assistant/server/providers/spotify/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/server/providers/spotify/__init__.py b/music_assistant/server/providers/spotify/__init__.py index 9b29aaad..aa1164e6 100644 --- a/music_assistant/server/providers/spotify/__init__.py +++ b/music_assistant/server/providers/spotify/__init__.py @@ -178,7 +178,7 @@ async def get_config_entries( values[CONF_ACCESS_TOKEN] = None label_text = ( "You need to authenticate to Spotify. Click the authenticate button below " - "to start the authentication process which will open in a new (popup window), " + "to start the authentication process which will open in a new (popup) window, " "so make sure to disable any popup blockers.\n\n" ) elif action == CONF_ACTION_AUTH: -- 2.34.1