diff --git a/ui/component/channelContent/view.jsx b/ui/component/channelContent/view.jsx index c34818a15..ec916beca 100644 --- a/ui/component/channelContent/view.jsx +++ b/ui/component/channelContent/view.jsx @@ -73,7 +73,7 @@ function ChannelContent(props: Props) { injectedItem={!isAuthenticated && IS_WEB && } /> ) : ( -
This channel hasn't published anything yet
+
{__("This channel hasn't published anything yet")}
)} );