add source message disclaimer for massive sources
This commit is contained in:
@@ -291,7 +291,10 @@ class SourceView(DetailView):
|
|||||||
template_name = 'sync/source.html'
|
template_name = 'sync/source.html'
|
||||||
model = Source
|
model = Source
|
||||||
messages = {
|
messages = {
|
||||||
'source-created': _('Your new source has been created'),
|
'source-created': _('Your new source has been created. If you have added a '
|
||||||
|
'very large source such as a channel with hundreds of '
|
||||||
|
'videos it can take several minutes for media to start '
|
||||||
|
'to appear.'),
|
||||||
'source-updated': _('Your source has been updated.'),
|
'source-updated': _('Your source has been updated.'),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user