text change

This commit is contained in:
sairaj mote 2023-02-22 01:44:11 +05:30
parent 041d0d364d
commit 9a644ad9ec

View File

@ -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');