mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-17 21:26:13 -04:00
Fixed: TBA airing network label
This commit is contained in:
@@ -31,7 +31,7 @@ function EpisodeAiring(props) {
|
||||
if (!airDateUtc) {
|
||||
return (
|
||||
<span>
|
||||
{translate('AirsTbaOn', { networkLabel: '' })}networkLabel
|
||||
{translate('AirsTbaOn', { networkLabel: '' })}{networkLabel}
|
||||
</span>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user