mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
improve cookie message
This commit is contained in:
parent
249f6102f4
commit
e20fe0b78a
1 changed files with 1 additions and 1 deletions
|
@ -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" + ' <a href=' +"'" + url + "'" + '>Click Here </a>');
|
||||
$("#sync-status").html("Hey, " + lbry_channel_name_sync + "! " + "<a href='" + url + "'>" + "See your channel sync status here</a>.");
|
||||
}
|
||||
});
|
Loading…
Add table
Reference in a new issue