mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-21 11:02:01 +02:00
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…
x
Reference in New Issue
Block a user