diff options
| author | Alexander Tseung <alextsg@users.noreply.github.com> | 2018-10-23 19:59:04 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-23 19:59:04 +0800 |
| commit | 7852269ed156787eb279e0b55d643c4c13c04020 (patch) | |
| tree | 01396e0b6b86aa3152c6f1e7ed7ea7267efd0aff /app/_locales | |
| parent | 7b739f9be866a900ef51f2dba80f2fa9e636fe15 (diff) | |
| download | dexon-wallet-7852269ed156787eb279e0b55d643c4c13c04020.tar.gz dexon-wallet-7852269ed156787eb279e0b55d643c4c13c04020.tar.zst dexon-wallet-7852269ed156787eb279e0b55d643c4c13c04020.zip | |
Add Activity Log entry for onchain failures for a transaction. Change scrolling of the transaction list. Remove Transaction Details modal. (#5581)
Diffstat (limited to 'app/_locales')
| -rw-r--r-- | app/_locales/en/messages.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index bf5854a3..ca141da5 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -1169,6 +1169,9 @@ "transactionUpdatedGas": { "message": "Transaction updated with a gas price of $1 on $2." }, + "transactionErrored": { + "message": "Transaction encountered an error." + }, "transactions": { "message": "transactions" }, |
