From: OzGav Date: Mon, 20 Jan 2025 07:49:15 +0000 (+1000) Subject: Fix small typo (#1889) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=49aa75c7d8a00f9471336f01b4883cdc9d916ff2;p=music-assistant-server.git Fix small typo (#1889) --- diff --git a/music_assistant/providers/sonos/__init__.py b/music_assistant/providers/sonos/__init__.py index e28256d3..0ccfa50c 100644 --- a/music_assistant/providers/sonos/__init__.py +++ b/music_assistant/providers/sonos/__init__.py @@ -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,