Small form improvements (#36)

* Clarified intent of custom name field

* More copy improvements
This commit is contained in:
Kieran
2024-02-22 15:48:25 -08:00
committed by GitHub
parent 2ca395a5bf
commit e33a46bddc
2 changed files with 14 additions and 2 deletions
@@ -3,7 +3,12 @@
Oops, something went wrong! Please check the errors below.
</.error>
<.input field={f[:friendly_name]} type="text" label="Custom Name" />
<.input
field={f[:friendly_name]}
type="text"
label="Custom Name"
help="Something descriptive. Does not impact indexing or downloading"
/>
<.input field={f[:original_url]} type="text" label="Source URL" help="URL of a channel or playlist (required)" />