Update youtube_status.php

This commit is contained in:
Thomas Zarebczan 2019-06-20 13:26:04 -04:00 committed by GitHub
parent 5c38abd74f
commit c5ba00c437
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,7 +182,7 @@
/> />
<label for="sync_consent" <?php echo !$statusData['has_verified_email'] ? "hidden" : "" ?>> <label for="sync_consent" <?php echo !$statusData['has_verified_email'] ? "hidden" : "" ?>>
I want to sync my content to the LBRY network and agree to <a href="/faq/youtube-terms" target="_blank">these terms</a> I want to sync my content to the LBRY network and agree to <a href="/faq/youtube-terms" target="_blank">these terms</a>. I have also read and understand <a href="/faq/youtube" target="_blank">how the program works</a>.
<p hidden id="sync-consent-error" class="error">In order to continue, you must agree to sync.</p> <p hidden id="sync-consent-error" class="error">In order to continue, you must agree to sync.</p>
</label> </label>
<checkbox-toggle/> <checkbox-toggle/>