Update youtube_status.php

This commit is contained in:
Reilly Smith 2018-03-16 13:14:17 -07:00 committed by GitHub
parent ff4d92cfbf
commit 3cee43a8b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,10 +14,10 @@
<h2>Here's what happens next...</h2> <h2>Here's what happens next...</h2>
<div> <div>
<div class="block"> <div class="block">
<p>Your Channel Sync Status<br> <p>Your Sync Status<br>
<span><?php switch ($status['data']['status']) { <span><?php switch ($status['data']['status']) {
case "pending": echo __("Agree to Terms Below"); break; 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 "syncing": echo __("Sync in Progress!"); break;
case "synced": echo __("Content is Live!"); break; case "synced": echo __("Content is Live!"); break;
} ?></span> } ?></span>