diff options
author | Thomas <tmashuang@gmail.com> | 2018-03-21 01:29:22 +0800 |
---|---|---|
committer | Thomas <tmashuang@gmail.com> | 2018-03-21 01:29:22 +0800 |
commit | 7a8e0802455b8819dac12d73a4a8e245d6907dc0 (patch) | |
tree | 896d7e94a2210e2efe6fe7e8e22ee5a57eaf4f0c /app/_locales/en/messages.json | |
parent | cffaf44714830904526c05bd4acf7a88c6e3cabe (diff) | |
download | dexon-wallet-7a8e0802455b8819dac12d73a4a8e245d6907dc0.tar.gz dexon-wallet-7a8e0802455b8819dac12d73a4a8e245d6907dc0.tar.zst dexon-wallet-7a8e0802455b8819dac12d73a4a8e245d6907dc0.zip |
Started on Tx list i18n
Diffstat (limited to 'app/_locales/en/messages.json')
-rw-r--r-- | app/_locales/en/messages.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 95f46106..357d5136 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -98,6 +98,9 @@ "confirm": { "message": "Confirm" }, + "confirmed": { + "message": "Confirmed" + }, "confirmContract": { "message": "Confirm Contract" }, @@ -812,6 +815,9 @@ "uiWelcomeMessage": { "message": "You are now using the new Metamask UI. Take a look around, try out new features like sending tokens, and let us know if you have any issues." }, + "unapproved": { + "message": "Unapproved" + }, "unavailable": { "message": "Unavailable" }, |