From 0a3447368c8e9aa2f693f1bad9cc0da6edd1de7d Mon Sep 17 00:00:00 2001 From: void-57 Date: Sun, 9 Nov 2025 15:41:21 +0530 Subject: [PATCH] refine input help text for address and private key search --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ad611ea..1c07358 100644 --- a/index.html +++ b/index.html @@ -1502,7 +1502,7 @@ if (selectedType === 'address') { inputLabel.textContent = 'SUI Address or Private Key'; searchInput.placeholder = 'Enter SUI address or private key (SUI/FLO/BTC)'; - inputHelp.textContent = 'Enter a SUI address to view transactions, or use SUI/FLO/BTC private key to derive address'; + inputHelp.textContent = 'Enter a SUI address or FLO/BTC private key to view transactions'; document.getElementById('searchBtn').innerHTML = ' Search'; // Show recent addresses for address search