diff --git a/static/app-strings.json b/static/app-strings.json index d25507916..28bccf115 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1677,5 +1677,10 @@ "Create A LiveStream": "Create A LiveStream", "%channel% isn't live right now, but the chat is! Check back later to watch the stream.": "%channel% isn't live right now, but the chat is! Check back later to watch the stream.", "Right now": "Right now", + "%viewer_count% currently watching": "%viewer_count% currently watching", + "Slowmode is on. You can comment again in %time% seconds.": "Slowmode is on. You can comment again in %time% seconds.", + "Live stream in progress": "Live stream in progress", + "Live discussion": "Live discussion", + "Livestream": "Livestream", "--end--": "--end--" } diff --git a/ui/component/livestreamLink/view.jsx b/ui/component/livestreamLink/view.jsx index a014f215b..980085677 100644 --- a/ui/component/livestreamLink/view.jsx +++ b/ui/component/livestreamLink/view.jsx @@ -65,7 +65,7 @@ export default function LivestreamLink(props: Props) { return ( } /> );