diff --git a/apps/comments-ui/src/components/NotSignedInBox.js b/apps/comments-ui/src/components/NotSignedInBox.js index 933da37bfe..418d1f3c67 100644 --- a/apps/comments-ui/src/components/NotSignedInBox.js +++ b/apps/comments-ui/src/components/NotSignedInBox.js @@ -2,7 +2,7 @@ function NotSignedInBox() { return (

Want to join the discussion?

- Sign in to comment + Sign in to comment
); }