From 42ad31d4b217160f3834d0e075f58136ed802289 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:46:17 -0400 Subject: [PATCH] Update index.js Updated wording of a page not in wiki --- pub/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pub/index.js b/pub/index.js index 4f266ac..ec9b134 100644 --- a/pub/index.js +++ b/pub/index.js @@ -67,7 +67,8 @@ document.addEventListener("DOMContentLoaded", function () { case "no_data": console.log("Popup: No data for this site:", currentUrl); statusIcon.src = "../res/ext_icon_144.png"; // Default extension icon - statusMessage.textContent = "There is no data for this site yet."; // Update message + statusMessage.textContent = + "This page is not currently in the wiki."; // Update message break; default: