diff --git a/src/HTTP/JS/index.js b/src/HTTP/JS/index.js index 6776113..a621666 100644 --- a/src/HTTP/JS/index.js +++ b/src/HTTP/JS/index.js @@ -162,7 +162,7 @@ async function PosterContainerUpdate(Direction) { // Mastodon gaining of timeline. if (localStorage.getItem(Variables.MastodonWebsite) == null) { - console.log("No Mastodon instance. multiplying mastodon posts by 2..."); + console.log("No Mastodon instance. multiplying posts by 2..."); Lim = Lim * 2; Mastodon = false; } else if (MastodonLoadedFeed == 0) { @@ -179,7 +179,7 @@ async function PosterContainerUpdate(Direction) { } // Bluesky gaining of timeline. if (localStorage.getItem(Variables.BlueskyPDS) == null) { - console.log("No Bluesky instance. multiplying mastodon posts by 2..."); + console.log("No Bluesky instance. multiplying posts by 2..."); Lim = Lim * 2; Bluesky = false; } else if (BlueskyLoadedFeed.length == 0) {