diff options
author | Alexander Tseung <alextsg@gmail.com> | 2018-09-08 04:59:05 +0800 |
---|---|---|
committer | Alexander Tseung <alextsg@gmail.com> | 2018-09-13 10:48:52 +0800 |
commit | f1a309e0cc110060cc56252ec5f7626ca6403fab (patch) | |
tree | 204da913ed98c7b5947cc74907335bd545f02213 /app | |
parent | c18c0e1c30bd7b2800e66288e21ee724e7314b30 (diff) | |
download | tangerine-wallet-browser-f1a309e0cc110060cc56252ec5f7626ca6403fab.tar tangerine-wallet-browser-f1a309e0cc110060cc56252ec5f7626ca6403fab.tar.gz tangerine-wallet-browser-f1a309e0cc110060cc56252ec5f7626ca6403fab.tar.bz2 tangerine-wallet-browser-f1a309e0cc110060cc56252ec5f7626ca6403fab.tar.lz tangerine-wallet-browser-f1a309e0cc110060cc56252ec5f7626ca6403fab.tar.xz tangerine-wallet-browser-f1a309e0cc110060cc56252ec5f7626ca6403fab.tar.zst tangerine-wallet-browser-f1a309e0cc110060cc56252ec5f7626ca6403fab.zip |
Fix identicon address. Fix styling of New Contract recipient. Fix Activity Log initial ETH value. Add timestamps to Activity Log events
Diffstat (limited to 'app')
-rw-r--r-- | app/_locales/en/messages.json | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index dc5f5dc58..2cfd15f50 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -1095,19 +1095,22 @@ "message": "transaction" }, "transactionConfirmed": { - "message": "Transaction confirmed." + "message": "Transaction confirmed on $2." }, "transactionCreated": { - "message": "Transaction created with a value of $1." + "message": "Transaction created with a value of $1 on $2." }, "transactionDropped": { - "message": "Transaction dropped." + "message": "Transaction dropped on $2." }, "transactionSubmitted": { - "message": "Transaction submitted." + "message": "Transaction submitted on $2." + }, + "transactionUpdated": { + "message": "Transaction updated on $2." }, "transactionUpdatedGas": { - "message": "Transaction updated with a gas price of $1." + "message": "Transaction updated with a gas price of $1 on $2." }, "transactions": { "message": "transactions" |