Clarified intent of custom name field

This commit is contained in:
Kieran Eglin 2024-02-22 15:27:36 -08:00
parent 2ca395a5bf
commit b38d485ed0
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -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 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)" />