From fcdb091d6698dcc1fb6ceaab2b44e075f3ed8c29 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 9 Jul 2019 18:13:46 -0400 Subject: [PATCH] Fixed missing space --- popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup.js b/popup.js index 6753b8fe..be457b72 100644 --- a/popup.js +++ b/popup.js @@ -17,7 +17,7 @@ var isYouTubeTab = false; //if no response comes by this point, give up setTimeout(function() { if (!isYouTubeTab) { - document.getElementById("loadingIndicator").innerHTML = "This probably isn't a YouTube tab, or you clicked too early." + + document.getElementById("loadingIndicator").innerHTML = "This probably isn't a YouTube tab, or you clicked too early. " + "If you know this is a YouTube tab, close this popup and open it again."; } }, 100);