From 9a644ad9ecdede95836d06d81d5290a4a988a828 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Wed, 22 Feb 2023 01:44:11 +0530 Subject: [PATCH] text change --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 009dddd..15627a8 100644 --- a/index.html +++ b/index.html @@ -1171,7 +1171,7 @@ }).catch(error => { console.error(error) getRef('filter_selector').classList.add('hidden') - getRef('transactions_list').textContent = `Looks like we couldn't fetch your transactions at this time. Please try again later.`; + getRef('transactions_list').textContent = `Looks like we couldn't fetch transactions at this time. Please try again later.`; }).finally(_ => getRef('check_address_button').disabled = false) } catch (err) { notify(err, 'error');