diff --git a/src/components/Settings/SettingsMain/index.tsx b/src/components/Settings/SettingsMain/index.tsx index d4f52d1b..1d3dd68b 100644 --- a/src/components/Settings/SettingsMain/index.tsx +++ b/src/components/Settings/SettingsMain/index.tsx @@ -66,6 +66,8 @@ const messages = defineMessages('components.Settings.SettingsMain', { enableSpecialEpisodes: 'Allow Special Episodes Requests', locale: 'Display Language', youtubeUrl: 'YouTube URL', + youtubeUrlTip: + 'Base URL for YouTube videos if a self-hosted YouTube instance is used.', validationUrl: 'You must provide a valid URL', validationUrlTrailingSlash: 'URL must not end in a trailing slash', }); @@ -536,6 +538,9 @@ const SettingsMain = () => {