From 339a45f3f14b6a534a2f4743d04a87530e2c399a Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 10 Jul 2019 12:08:01 -0400 Subject: [PATCH] fix strings and cleanup badge style --- src/ui/component/commentCreate/view.jsx | 17 ++++++++++++----- src/ui/scss/component/_badge.scss | 4 ++++ src/ui/scss/component/_card.scss | 6 ------ static/locales/en.json | 9 ++++++++- 4 files changed, 24 insertions(+), 12 deletions(-) diff --git a/src/ui/component/commentCreate/view.jsx b/src/ui/component/commentCreate/view.jsx index 91d16bda6..846d371bf 100644 --- a/src/ui/component/commentCreate/view.jsx +++ b/src/ui/component/commentCreate/view.jsx @@ -39,13 +39,20 @@ export function CommentCreate(props: Props) {
{commentAck !== true && (
-

A few things to know before participating in the comment alpha:

+

{__('A few things to know before participating in the comment alpha:')}

    -
  • During the alpha, all comments are sent to a LBRY, Inc. server, not the LBRY network itself.
  • -
  • During the alpha, comments are not decentralized or censorship resistant (but we repeat ourselves).
  • - When the alpha ends, we will attempt to transition comments, but do not promise to so. Any transition will - likely involve publishing previous comments under a single archive handle. + {__('During the alpha, all comments are sent to a LBRY, Inc. server, not the LBRY network itself.')} +
  • +
  • + {__( + 'During the alpha, comments are not decentralized or censorship resistant (but we repeat ourselves).' + )} +
  • +
  • + {__( + 'When the alpha ends, we will attempt to transition comments, but do not promise to do so. Any transition will likely involve publishing previous comments under a single archive handle.' + )}