diff --git a/src/core/client/stream/components/UserBoxUnauthenticated.tsx b/src/core/client/stream/components/UserBoxUnauthenticated.tsx index d16792c7a..37a22ee0f 100644 --- a/src/core/client/stream/components/UserBoxUnauthenticated.tsx +++ b/src/core/client/stream/components/UserBoxUnauthenticated.tsx @@ -1,3 +1,4 @@ +import { Localized } from "fluent-react/compat"; import React, { StatelessComponent } from "react"; import { Button, Flex, Typography } from "talk-ui/components"; @@ -14,27 +15,33 @@ const UserBoxUnauthenticated: StatelessComponent< > = props => { return ( - - Join the conversation - + + + Join the conversation + + | - - + + + + + + ); }; diff --git a/src/locales/en-US/stream.ftl b/src/locales/en-US/stream.ftl index 08a397cc1..7d018f80f 100644 --- a/src/locales/en-US/stream.ftl +++ b/src/locales/en-US/stream.ftl @@ -9,3 +9,7 @@ comments-replyList-showAll = Show all comments-permalink-share = Share comments-permalink-copy = Copy comments-permalink-copied = Copied + +comments-userBoxUnauthenticated-joinTheConversation = Join the conversation +comments-userBoxUnauthenticated-signIn = Sign in +comments-userBoxUnauthenticated-register = Register