diff --git a/frontend/src/Episode/Summary/EpisodeAiring.js b/frontend/src/Episode/Summary/EpisodeAiring.js index 2b64561dd..82e037d15 100644 --- a/frontend/src/Episode/Summary/EpisodeAiring.js +++ b/frontend/src/Episode/Summary/EpisodeAiring.js @@ -31,7 +31,7 @@ function EpisodeAiring(props) { if (!airDateUtc) { return ( - {translate('AirsTbaOn', { networkLabel: '' })}networkLabel + {translate('AirsTbaOn', { networkLabel: '' })}{networkLabel} ); }