diff --git a/lib/pinchflat_web/controllers/media_profiles/media_profile_html/media_profile_form.html.heex b/lib/pinchflat_web/controllers/media_profiles/media_profile_html/media_profile_form.html.heex index e149ed0..e98c683 100644 --- a/lib/pinchflat_web/controllers/media_profiles/media_profile_html/media_profile_form.html.heex +++ b/lib/pinchflat_web/controllers/media_profiles/media_profile_html/media_profile_form.html.heex @@ -35,13 +35,13 @@ field={f[:download_auto_subs]} type="toggle" label="Download Autogenerated Subtitles" - help="Prefers normal subs but will download autogenerated if needed" + help="Prefers normal subs but will download autogenerated if needed. Requires 'Download Subtitles' to be enabled" /> <.input field={f[:embed_subs]} type="toggle" label="Embed Subtitles" - help="Embeds subtitles in the video file itself, if supported (recommended)" + help="Downloads and embeds subtitles in the media file itself, if supported. Uneffected by 'Download Subtitles' (recommended)" /> <.input field={f[:sub_langs]} @@ -63,7 +63,7 @@ field={f[:embed_thumbnail]} type="toggle" label="Embed Thumbnail" - help="Embeds thumbnail in the video file itself, if supported (recommended)" + help="Downloads and embeds thumbnail in the media file itself, if supported. Uneffected by 'Download Thumbnail' (recommended)" />