forked from rc/aircox
translation
This commit is contained in:
@ -466,13 +466,13 @@ class Stream(models.Model):
|
||||
)
|
||||
begin = models.TimeField(
|
||||
_('begin'), blank=True, null=True,
|
||||
help_text=_('used to define a time range this stream is'
|
||||
help_text=_('used to define a time range this stream is '
|
||||
'played')
|
||||
)
|
||||
end = models.TimeField(
|
||||
_('end'),
|
||||
blank=True, null=True,
|
||||
help_text=_('used to define a time range this stream is'
|
||||
help_text=_('used to define a time range this stream is '
|
||||
'played')
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user