From 40daea78d15419db7adb32d1e59335c903cfa824 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 13 Feb 2020 12:51:20 -0500 Subject: [PATCH] Copy changes --- ui/component/publishForm/view.jsx | 5 ++++- ui/component/userVerify/view.jsx | 19 ++++++++++++++----- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/ui/component/publishForm/view.jsx b/ui/component/publishForm/view.jsx index 880b3eb1a..b767a40be 100644 --- a/ui/component/publishForm/view.jsx +++ b/ui/component/publishForm/view.jsx @@ -145,7 +145,10 @@ function PublishForm(props: Props) { hideHeader label={__('Selected Tags')} empty={__('No tags added')} - placeholder={__('Add a tag...')} + help={__( + 'Only apply a few tags that are relevant to your content, and use the Mature tag as appropriate. Tag abuse will not be tolerated.' + )} + placeholder={__('Add relevant tags...')} onSelect={newTags => { const validatedTags = []; newTags.forEach(newTag => { diff --git a/ui/component/userVerify/view.jsx b/ui/component/userVerify/view.jsx index 958af9dab..3aee68ebf 100644 --- a/ui/component/userVerify/view.jsx +++ b/ui/component/userVerify/view.jsx @@ -5,6 +5,7 @@ import Button from 'component/button'; import CardVerify from 'component/cardVerify'; import { Lbryio } from 'lbryinc'; import Card from 'component/common/card'; +import I18nMessage from 'component/i18nMessage'; type Props = { errorMessage: ?string, @@ -31,14 +32,22 @@ class UserVerify extends React.PureComponent { return (
-

{__('Extra Verification Needed')}

+

{__('Rewards Validation')}

- {__( - "We weren't able to auto-approve you for rewards. Please complete one of the steps below to unlock them." - )}{' '} + + ), + }} + > + If you'd like to participate our %rewards_program% to earn credits, please complete one of the steps below + to be validated. + {' '}

@@ -102,7 +111,7 @@ class UserVerify extends React.PureComponent { icon={ICONS.CHAT} title={__('Proof via Chat')} subtitle={__( - 'A moderator capable of approving you is typically available in the discord server. Check out the #rewards-approval channel for more information. This process will likely involve providing proof of a stable and established online or real-life identity.' + 'A moderator capable of approving you is typically available in the discord server. See the #rewards-approval instructions carefully and do not message any moderators directly. This process will likely involve providing proof of a stable and established online or real-life identity.' )} actions={