diff --git a/lib/pinchflat_web/controllers/sources/source_html/source_form.html.heex b/lib/pinchflat_web/controllers/sources/source_html/source_form.html.heex index 28c5747..b3725de 100644 --- a/lib/pinchflat_web/controllers/sources/source_html/source_form.html.heex +++ b/lib/pinchflat_web/controllers/sources/source_html/source_form.html.heex @@ -3,7 +3,12 @@ Oops, something went wrong! Please check the errors below. - <.input field={f[:friendly_name]} type="text" label="Custom Name" /> + <.input + field={f[:friendly_name]} + type="text" + label="Custom Name" + help="Something descriptive to help you find it later. Does not impact indexing or downloading" + /> <.input field={f[:original_url]} type="text" label="Source URL" help="URL of a channel or playlist (required)" />