From c214841389840e8c24e7493e96ee6deb410399db Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Tue, 25 Apr 2023 03:31:30 +0530 Subject: [PATCH] Better error message --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 008ace8..d5fb9d4 100644 --- a/index.html +++ b/index.html @@ -1177,7 +1177,7 @@ }).catch(error => { console.error(error) getRef('filter_selector').classList.add('hidden') - getRef('transactions_list').textContent = `Looks like we couldn't fetch transactions at this time. Please try again later.`; + getRef('transactions_list').textContent = `The data service is temporarily unavailable due to over-usage. Please try again in an hour.`; }).finally(_ => getRef('check_address_button').disabled = false) } catch (err) { notify(err, 'error');