mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Fix confusion in community
Folks were trying to enter LBRY channels in the box instead of YouTube channels
This commit is contained in:
parent
22435b9edf
commit
7930f767be
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
if ($error_message): echo "<p class='error-block'>" . "The following error occurred: ". $error_message . " For support please send an email to <a href='mailto:hello@lbry.com' title='Email LBRY for help'>hello@lbry.com</a>." . "</p>";
|
||||
endif;?>
|
||||
|
||||
<p hidden id="lbry_error" class="error-block">LBRY channel name is either not valid (only letters, numbers and - allowed, no spaces) or your input is blank</p>
|
||||
<p hidden id="lbry_error" class="error-block">YouTube channel name is either not valid (only letters, numbers and - allowed, no spaces) or your input is blank</p>
|
||||
|
||||
<h2>Connect with your fans while earning money and rewards</h2>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue