diff options
author | brunobar79 <brunobar79@gmail.com> | 2018-07-14 08:53:22 +0800 |
---|---|---|
committer | brunobar79 <brunobar79@gmail.com> | 2018-07-14 08:53:22 +0800 |
commit | d21d408d6429e645fda8b9dfcddbe22b7a44f8ca (patch) | |
tree | 53c268ebf360d7740e0be9cd04bee3e811792a96 /app/_locales | |
parent | 30258328587a8942c21fce609b7949d093cd594f (diff) | |
parent | 2f4698c130331db20a27576cb1c521c8ca5106e3 (diff) | |
download | tangerine-wallet-browser-d21d408d6429e645fda8b9dfcddbe22b7a44f8ca.tar tangerine-wallet-browser-d21d408d6429e645fda8b9dfcddbe22b7a44f8ca.tar.gz tangerine-wallet-browser-d21d408d6429e645fda8b9dfcddbe22b7a44f8ca.tar.bz2 tangerine-wallet-browser-d21d408d6429e645fda8b9dfcddbe22b7a44f8ca.tar.lz tangerine-wallet-browser-d21d408d6429e645fda8b9dfcddbe22b7a44f8ca.tar.xz tangerine-wallet-browser-d21d408d6429e645fda8b9dfcddbe22b7a44f8ca.tar.zst tangerine-wallet-browser-d21d408d6429e645fda8b9dfcddbe22b7a44f8ca.zip |
Merge branch 'develop' of github.com:MetaMask/metamask-extension into initial-trezor-support
Diffstat (limited to 'app/_locales')
-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 2b212a522..564c12f86 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -554,6 +554,9 @@ "mainnet": { "message": "Main Ethereum Network" }, + "menu": { + "message": "Menu" + }, "message": { "message": "Message" }, @@ -635,6 +638,9 @@ "oldUIMessage": { "message": "You have returned to the old UI. You can switch back to the New UI through the option in the top right dropdown menu." }, + "openInTab": { + "message": "Open in tab" + }, "or": { "message": "or", "description": "choice between creating or importing a new account" |