Skip to content

Commit

Permalink
Fix for app-strings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
es-socrates committed Jan 15, 2024
1 parent ba3f348 commit 09652e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion static/app-strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion ui/component/userVerify/view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
</>
}
Expand Down

0 comments on commit 09652e2

Please sign in to comment.