From 5b4e45b0b043379e6ae8e5b45eeccc025fd18711 Mon Sep 17 00:00:00 2001 From: TigerxWood Date: Tue, 2 Jun 2020 03:08:53 +0300 Subject: [PATCH] Update translatable string --- ui/component/channelContent/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")}
)} );