From b38d485ed029cbe76f380028bd891653a7a3c2b3 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Thu, 22 Feb 2024 15:27:36 -0800 Subject: [PATCH] Clarified intent of custom name field --- .../controllers/sources/source_html/source_form.html.heex | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)" />