1
0
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:
Stevie Robinson
2023-09-04 19:29:34 +02:00
committed by GitHub
parent 229a4bba05
commit c39902e58d

View File

@@ -31,7 +31,7 @@ function EpisodeAiring(props) {
if (!airDateUtc) {
return (
<span>
{translate('AirsTbaOn', { networkLabel: '' })}networkLabel
{translate('AirsTbaOn', { networkLabel: '' })}{networkLabel}
</span>
);
}