diff --git a/src/ui/component/commentCreate/view.jsx b/src/ui/component/commentCreate/view.jsx index f0da4d393..91d16bda6 100644 --- a/src/ui/component/commentCreate/view.jsx +++ b/src/ui/component/commentCreate/view.jsx @@ -36,48 +36,47 @@ export function CommentCreate(props: Props) { } return ( - +
{commentAck !== true && ( -
-
-
About comments..
-
-
-
I acknowledge something.
-
-
-
-
+
+

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. +
  • +
+
)} {commentAck === true && ( -
-
-
- -
-
- -
-
-
-
-
+
+
+ +
+
+ +
+
+
+
)} - +
); } diff --git a/src/ui/page/file/view.jsx b/src/ui/page/file/view.jsx index 89df2f8ff..b7af8dfc3 100644 --- a/src/ui/page/file/view.jsx +++ b/src/ui/page/file/view.jsx @@ -291,7 +291,9 @@ class FilePage extends React.Component { -
{__('Comments')}
+
+ {__('Comments')} ALPHA +
diff --git a/static/locales/en.json b/static/locales/en.json index 9f01cc257..2ee9a54b5 100644 --- a/static/locales/en.json +++ b/static/locales/en.json @@ -530,5 +530,8 @@ "Got it": "Got it", "View Your Feed": "View Your Feed", "View Your Channels": "View Your Channels", - "Unfollow": "Unfollow" -} + "Unfollow": "Unfollow", + "myChannelName": "myChannelName", + "This LBC remains yours. It is a deposit to reserve the name and can be undone at any time.": "This LBC remains yours. It is a deposit to reserve the name and can be undone at any time.", + "Create channel": "Create channel" +} \ No newline at end of file