-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba3f348
commit 09652e2
Showing
2 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -765,7 +765,7 @@ | |
"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%.", | ||
"You can request verification of your Odysee account by sending an email to [email protected]": "You can request verification of your Odysee account by sending an email to [email protected]", | ||
"You will be asked to provide proof of identity.": "You will be asked to provide proof of identity.", | ||
"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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,7 +127,6 @@ class UserVerify extends React.PureComponent<Props> { | |
<p> | ||
{__('You can request verification of your Odysee account by sending an email to [email protected]')} | ||
</p> | ||
<p>{__('You will be asked to provide proof of identity.')}</p> | ||
<p>{__('Verification requests can take a few hours to be approved.')}</p> | ||
</> | ||
} | ||
|