fix typo
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sat, 17 Aug 2024 03:17:21 +0000 (05:17 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sat, 17 Aug 2024 03:17:21 +0000 (05:17 +0200)
music_assistant/server/providers/spotify/__init__.py

index 9b29aaad52dec9cde8d588d6a5958c2d68dc8f64..aa1164e64aab45b105b746b27c413f0147ad5fdb 100644 (file)
@@ -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: