1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-01-31 11:35:18 +00:00

Slight wording change

This commit is contained in:
andytudhope 2019-08-08 12:23:01 +02:00 committed by Andy Tudhope
parent c1dad9922a
commit 21e587b6cc

View File

@ -55,7 +55,7 @@ class TransactionStatus extends React.Component {
{progress && (
<div className={styles.status}>
<img src={loadingSpinner} alt="Loading..." />
Waiting for confirmation of the network...
Waiting for confirmation from Ethereum...
</div>
)}
{failed && (