trivial: remove import by URL from data source explanation message

This commit is contained in:
Frédéric Péters 2020-06-27 16:27:11 +02:00
parent 5f2c2b6319
commit 7bd80b08ba
1 changed files with 1 additions and 2 deletions

View File

@ -316,8 +316,7 @@ class NamedDataSourcesDirectory(Directory):
r = TemplateIO(html=True)
r += htmltext('<h2>%s</h2>') % import_title
r += htmltext('<p>%s</p>') % _(
'You can install a new data source by uploading a file '
'or by pointing to the data source URL.')
'You can install a new data source by uploading a file.')
r += form.render()
return r.getvalue()