Fix small typo (#1889)
authorOzGav <gavnosp@hotmail.com>
Mon, 20 Jan 2025 07:49:15 +0000 (17:49 +1000)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2025 07:49:15 +0000 (08:49 +0100)
music_assistant/providers/sonos/__init__.py

index e28256d3ddce507ea974ce33792ee8d0db4d3433..0ccfa50c1d0be7850750d952dc0c238eb6fff6a2 100644 (file)
@@ -62,7 +62,7 @@ async def get_config_entries(
             "Invalid addresses may result in the Sonos provider "
             "becoming unresponsive and server crashes.\n"
             "Bidirectional unicast communication to and between all IPs is required.\n"
-            "NOT SUPPORTED, USE ON YOU'RE OWN RISK",
+            "NOT SUPPORTED, USE AT YOUR OWN RISK",
             category="advanced",
             default_value=None,
             required=False,