translation

This commit is contained in:
bkfox
2022-05-21 16:37:11 +02:00
parent 8f0dd9d248
commit 478ce58c17
7 changed files with 361 additions and 271 deletions

View File

@ -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')
)