Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/core/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@
"notify": {
"transaction": {
"txRequest": "Your transaction is waiting for you to confirm",
"nsfFail": "You have insufficient funds to complete this transaction",
"txUnderpriced": "The gas price for your transaction is too low, try again with a higher gas price",
"nsfFail": "You have insufficient funds for this transaction",
"txUnderpriced": "The gas price for your transaction is too low, try a higher gas price",
"txRepeat": "This could be a repeat transaction",
"txAwaitingApproval": "You have a previous transaction waiting for you to confirm",
"txConfirmReminder": "Please confirm your transaction to continue, the transaction window may be behind your browser",
"txConfirmReminder": "Please confirm your transaction to continue",
"txSendFail": "You rejected the transaction",
"txSent": "Your transaction has been sent to the network",
"txStallPending": "Your transaction has stalled and has not entered the transaction pool",
"txStallPending": "Your transaction has stalled before it was sent, please try again",
"txStuck": "Your transaction is stuck due to a nonce gap",
"txPool": "Your transaction has started",
"txStallConfirmed": "Your transaction has stalled and hasn't been confirmed",
Expand Down