From 6cab2634bf0847ee22ca6db3999095f340795ea0 Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Wed, 19 Jul 2017 16:05:28 -0400 Subject: [PATCH] Add space before Go to conversation text --- .../talk-plugin-featured-comments/client/components/Comment.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/talk-plugin-featured-comments/client/components/Comment.js b/plugins/talk-plugin-featured-comments/client/components/Comment.js index 40452b024..619cc27fc 100644 --- a/plugins/talk-plugin-featured-comments/client/components/Comment.js +++ b/plugins/talk-plugin-featured-comments/client/components/Comment.js @@ -45,8 +45,7 @@ class Comment extends React.Component {
- {comment.replyCount} | - {t('talk-plugin-featured-comments.go_to_conversation')} + {comment.replyCount} | {t('talk-plugin-featured-comments.go_to_conversation')}