diff --git a/src/core/client/stream/components/PermalinkButton/PermalinkButton.tsx b/src/core/client/stream/components/PermalinkButton/PermalinkButton.tsx index 4cd4ee7a5..ec1be799f 100644 --- a/src/core/client/stream/components/PermalinkButton/PermalinkButton.tsx +++ b/src/core/client/stream/components/PermalinkButton/PermalinkButton.tsx @@ -60,7 +60,7 @@ class Permalink extends React.Component { share - + Share diff --git a/src/core/client/stream/components/PermalinkButton/PermalinkPopover.tsx b/src/core/client/stream/components/PermalinkButton/PermalinkPopover.tsx index 218bd78f6..9e7afcc9d 100644 --- a/src/core/client/stream/components/PermalinkButton/PermalinkPopover.tsx +++ b/src/core/client/stream/components/PermalinkButton/PermalinkPopover.tsx @@ -38,15 +38,19 @@ class PermalinkPopover extends React.Component { const { copied } = this.state; return ( - + + + + + )} + {!comment && ( + + Comment not found + )} - {!comment && Comment not found} {comment && ( diff --git a/src/locales/en-US/stream.ftl b/src/locales/en-US/stream.ftl index 7d018f80f..01a2ed331 100644 --- a/src/locales/en-US/stream.ftl +++ b/src/locales/en-US/stream.ftl @@ -6,9 +6,11 @@ comments-postCommentForm-post = Post comments-stream-loadMore = Load more comments-replyList-showAll = Show all -comments-permalink-share = Share -comments-permalink-copy = Copy -comments-permalink-copied = Copied +comments-permalinkButton-share = Share +comments-permalinkPopover-copy = Copy +comments-permalinkPopover-copied = Copied +comments-permalinkView-showAllComments = Show all comments +comments-permalinkView-commentNotFound = Comment not found comments-userBoxUnauthenticated-joinTheConversation = Join the conversation comments-userBoxUnauthenticated-signIn = Sign in