mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 13:06:34 +00:00
Fix typo
This commit is contained in:
parent
0f65a4027a
commit
fea0bb191e
@ -291,7 +291,7 @@ class Source(models.Model):
|
||||
_('filter string'),
|
||||
max_length=100,
|
||||
default='.*',
|
||||
blank=True
|
||||
blank=True,
|
||||
help_text=_('Regex compatible filter string for video titles')
|
||||
)
|
||||
delete_removed_media = models.BooleanField(
|
||||
|
Loading…
Reference in New Issue
Block a user