Suggested grammar change (#2134)
authorOzGav <gavnosp@hotmail.com>
Sun, 20 Apr 2025 14:20:31 +0000 (00:20 +1000)
committerGitHub <noreply@github.com>
Sun, 20 Apr 2025 14:20:31 +0000 (16:20 +0200)
music_assistant/constants.py

index 84357255d87cf986e47f748fdf264b7a9a84dee3..64d0076ac712460c94896c2505dd89ea1171441b 100644 (file)
@@ -575,12 +575,12 @@ CONF_ENTRY_ENABLE_ICY_METADATA = ConfigEntry(
     ],
     depends_on=CONF_FLOW_MODE,
     default_value="disabled",
-    label="Try to ingest metadata into stream (ICY)",
+    label="Try to inject metadata into stream (ICY)",
     category="advanced",
-    description="Try to ingest metadata into the stream (ICY) to show track info on the player, "
-    "even when flow mode is enabled.\n\nThis is called ICY metadata and its what is also used by "
-    "online radio station to inform you what is playing. \n\nBe aware that not all players support "
-    "this correctly. If you experience issues with playback, try to disable this setting.",
+    description="Try to inject metadata into the stream (ICY) to show track info on the player, "
+    "even when flow mode is enabled.\n\nThis is called ICY metadata and is what is used by "
+    "online radio stations to show you what is playing. \n\nBe aware that not all players support "
+    "this correctly. If you experience issues with playback, try disabling this setting.",
 )
 
 CONF_ENTRY_ENABLE_ICY_METADATA_HIDDEN = ConfigEntry.from_dict(