From 7519f149f57c00a52f4dec5f6c64d5974679102a Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX Date: Sat, 30 Nov 2024 18:15:27 -0500 Subject: [PATCH] Update configPage.html It isn't actually this easy, right? Revert "It isn't actually this easy, right?" This reverts commit d3cdb654689fd47e4ef65c7db05ee19be9368268. Revert "Update configPage.html" This reverts commit ae5d1828a4fa0dfd01f049a178bd839e9dbb5e25. dfgd --- IntroSkipper/Configuration/configPage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IntroSkipper/Configuration/configPage.html b/IntroSkipper/Configuration/configPage.html index e0ea105..12c0ad1 100644 --- a/IntroSkipper/Configuration/configPage.html +++ b/IntroSkipper/Configuration/configPage.html @@ -1612,7 +1612,7 @@ fetchWithAuth("Episode/" + lhsId + "/Timestamps", "POST", JSON.stringify(newLhs)); fetchWithAuth("Episode/" + rhsId + "/Timestamps", "POST", JSON.stringify(newRhs)); - Dashboard.alert("New introduction timestamps saved"); + Dashboard.alert("New segment timestamps saved"); }); document.addEventListener("keydown", keyDown); windowHashInterval = setInterval(checkWindowHash, 2500);