diff --git a/static/app-strings.json b/static/app-strings.json index a163c356cb..69477d296b 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -764,8 +764,8 @@ "Get Validated": "Get Validated", "other rewards": "other rewards", "This step is not mandatory and not required in order for you to use %SITE_NAME%.": "This step is not mandatory and not required in order for you to use %SITE_NAME%.", - "A moderator can approve you within our discord server. Please review the instructions within #rewards-approval carefully.": "A moderator can approve you within our discord server. Please review the instructions within #rewards-approval carefully.", - "You will be asked to provide proof of identity.": "You will be asked to provide proof of identity.", + "You can request verification of your Odysee account by sending an email to help@odysee.com": "You can request verification of your Odysee account by sending an email to help@odysee.com", + "Verification requests can take a few hours to be approved.": "Verification requests can take a few hours to be approved.", "Skip": "Skip", "Verifying is optional. If you skip this, it just means you can't earn LBRY Credits from our rewards system.": "Verifying is optional. If you skip this, it just means you can't earn LBRY Credits from our rewards system.", "Continue Without Verifying": "Continue Without Verifying", diff --git a/ui/component/userVerify/view.jsx b/ui/component/userVerify/view.jsx index 7ebe5c5448..9365a8b3ca 100644 --- a/ui/component/userVerify/view.jsx +++ b/ui/component/userVerify/view.jsx @@ -120,25 +120,16 @@ class UserVerify extends React.PureComponent {

- {__( - 'A moderator can approve you within our discord server. Please review the instructions within #rewards-approval carefully.' - )} + {__('You can request verification of your Odysee account by sending an email to help@odysee.com')}

-

{__('You will be asked to provide proof of identity.')}

+

{__('Verification requests can take a few hours to be approved.')}

} - actions={ -