mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Merge pull request #1027 from tcely/patch-10
Add a missing error message
This commit is contained in:
commit
255a65aaf2
@ -168,6 +168,7 @@ class ValidateSourceView(FormView):
|
||||
template_name = 'sync/source-validate.html'
|
||||
form_class = ValidateSourceForm
|
||||
errors = {
|
||||
'invalid_source': _('Invalid type for the source.'),
|
||||
'invalid_url': _('Invalid URL, the URL must for a "{item}" must be in '
|
||||
'the format of "{example}". The error was: {error}.'),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user