From 12af28d11303f3dffcf7bc7537a087e870e7ca9a Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Wed, 17 Dec 2025 20:05:08 -0500 Subject: [PATCH] Update samy.js --- samy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samy.js b/samy.js index 5df1840..cfe82cc 100644 --- a/samy.js +++ b/samy.js @@ -297,7 +297,7 @@ async function fetchPrinters() { allPrinters = Array.isArray(data) ? data : []; if (!allPrinters.length) { - alert("No printers returned for this password."); + alert("No printers returned. Verify credentials/allowlist, or try again in a moment."); return; }