From: Marcel van der Veldt Date: Sat, 17 Aug 2024 03:17:21 +0000 (+0200) Subject: fix typo X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=5ee6cd178a180f0c0bda26fa8d23a9e1429f68e5;p=music-assistant-server.git fix typo --- 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: