Update translatable string
This commit is contained in:
parent
16fcc4c932
commit
5b4e45b0b0
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ function ChannelContent(props: Props) {
|
||||||
injectedItem={!isAuthenticated && IS_WEB && <Ads type="video" />}
|
injectedItem={!isAuthenticated && IS_WEB && <Ads type="video" />}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<section className="main--empty">This channel hasn't published anything yet</section>
|
<section className="main--empty">{__("This channel hasn't published anything yet")}</section>
|
||||||
)}
|
)}
|
||||||
</Fragment>
|
</Fragment>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue