From e20fe0b78afd2f5ae6bc455e6ec1848be0175a48 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Fri, 16 Mar 2018 17:07:31 -0400 Subject: [PATCH] improve cookie message --- web/js/yt2/SyncStatus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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