Clarified intent of custom name field
This commit is contained in:
parent
2ca395a5bf
commit
b38d485ed0
1 changed files with 6 additions and 1 deletions
|
|
@ -3,7 +3,12 @@
|
||||||
Oops, something went wrong! Please check the errors below.
|
Oops, something went wrong! Please check the errors below.
|
||||||
</.error>
|
</.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)" />
|
<.input field={f[:original_url]} type="text" label="Source URL" help="URL of a channel or playlist (required)" />
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue