Fixed: TBA airing network label
This commit is contained in:
parent
229a4bba05
commit
c39902e58d
|
@ -31,7 +31,7 @@ function EpisodeAiring(props) {
|
|||
if (!airDateUtc) {
|
||||
return (
|
||||
<span>
|
||||
{translate('AirsTbaOn', { networkLabel: '' })}networkLabel
|
||||
{translate('AirsTbaOn', { networkLabel: '' })}{networkLabel}
|
||||
</span>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue