diff --git a/web/js/yt2/SyncStatus.js b/web/js/yt2/SyncStatus.js
index 625f82c9..a38752e7 100644
--- a/web/js/yt2/SyncStatus.js
+++ b/web/js/yt2/SyncStatus.js
@@ -5,6 +5,6 @@ $(document).ready(function () {
if (status_token || lbry_channel_name_sync){
var url = "/youtube/status/" + status_token;
$("#sync-status").show();
- $("#sync-status").html("To see the sync status of channel: " +lbry_channel_name_sync + " " + "Please" + ' Click Here ');
+ $("#sync-status").html("Hey, " + lbry_channel_name_sync + "! " + "" + "See your channel sync status here.");
}
});
\ No newline at end of file