mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 17:31:26 +00:00
Update youtube_status.php
This commit is contained in:
parent
ff4d92cfbf
commit
3cee43a8b1
1 changed files with 2 additions and 2 deletions
|
@ -14,10 +14,10 @@
|
|||
<h2>Here's what happens next...</h2>
|
||||
<div>
|
||||
<div class="block">
|
||||
<p>Your Channel Sync Status<br>
|
||||
<p>Your Sync Status<br>
|
||||
<span><?php switch ($status['data']['status']) {
|
||||
case "pending": echo __("Agree to Terms Below"); break;
|
||||
case "queued": echo __("Queued For Syncing"); break;
|
||||
case "queued": echo __("Queued"); break;
|
||||
case "syncing": echo __("Sync in Progress!"); break;
|
||||
case "synced": echo __("Content is Live!"); break;
|
||||
} ?></span>
|
||||
|
|
Loading…
Add table
Reference in a new issue