From 49aa75c7d8a00f9471336f01b4883cdc9d916ff2 Mon Sep 17 00:00:00 2001 From: OzGav Date: Mon, 20 Jan 2025 17:49:15 +1000 Subject: [PATCH] Fix small typo (#1889) --- music_assistant/providers/sonos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.34.1