mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Update youtube_status.php
This commit is contained in:
parent
f36ca205e4
commit
9c3797f618
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@
|
||||||
placeholder="@YourPreferredChannelName"
|
placeholder="@YourPreferredChannelName"
|
||||||
value="<?php echo $statusData['lbry_channel_name']; ?>" <?php echo $statusData['editable'] ? "" : "disabled" ?>
|
value="<?php echo $statusData['lbry_channel_name']; ?>" <?php echo $statusData['editable'] ? "" : "disabled" ?>
|
||||||
/>
|
/>
|
||||||
<div hidden id="channel-name-error" class="error">Channel is invalid or blank</div>
|
<div hidden id="channel-name-error" class="error">Channel is invalid or blank (only letters, numbers and - allowed)</div>
|
||||||
</fieldset-section>
|
</fieldset-section>
|
||||||
|
|
||||||
<fieldset-section>
|
<fieldset-section>
|
||||||
|
|
Loading…
Add table
Reference in a new issue