From 08d528aa7ecf9b966b0de03fe29f150f6cd811b1 Mon Sep 17 00:00:00 2001 From: Kolja Windeler Date: Thu, 25 Feb 2021 12:07:39 +0100 Subject: [PATCH] Fixed field names --- custom_components/ytube_music_player/translations/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/ytube_music_player/translations/en.json b/custom_components/ytube_music_player/translations/en.json index d401d63..fc478a9 100644 --- a/custom_components/ytube_music_player/translations/en.json +++ b/custom_components/ytube_music_player/translations/en.json @@ -20,8 +20,8 @@ "select_source":"Entity id of input_select for playlist/radio selection", "select_playlist":"Entity id of input_select for playlist selection", "select_playcontinuous":"Entity id of input_boolean for play continouus selection", - "proxy_path": "Path for proxy mode, leave blank if you don't need it", - "proxy_url": "Path for proxy mode, leave blank if you don't need it" + "proxy_path": "Local path for proxy mode, leave blank if you don't need it", + "proxy_url": "Base URL for proxy mode, leave blank if you don't need it" } } }, @@ -54,8 +54,8 @@ "select_source":"Entity id of input_select for playlist/radio selection", "select_playlist":"Entity id of input_select for playlist selection", "select_playcontinuous":"Entity id of input_boolean for play continouus selection", - "proxy_path": "Path for proxy mode, leave blank if you don't need it", - "proxy_url": "Path for proxy mode, leave blank if you don't need it" + "proxy_path": "Local path for proxy mode, leave blank if you don't need it", + "proxy_url": "Base URL for proxy mode, leave blank if you don't need it" } } },