Update youtube_status.php

This commit is contained in:
Thomas Zarebczan 2019-06-18 16:15:35 -04:00 committed by GitHub
parent f36ca205e4
commit 9c3797f618
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>