fix: description of url component (#3105)
Fixed description of URL component
This commit is contained in:
parent
aa46f320ab
commit
97c897b753
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class URLComponent(Component):
|
|||
MessageTextInput(
|
||||
name="urls",
|
||||
display_name="URLs",
|
||||
info="Enter one or more URLs, separated by commas.",
|
||||
info="Enter one or more URLs, by clicking the '+' button.",
|
||||
is_list=True,
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue