Update translatable string

This commit is contained in:
TigerxWood 2020-06-02 03:08:53 +03:00 committed by Sean Yesmunt
parent 16fcc4c932
commit 5b4e45b0b0

View file

@ -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>
); );