diff options
author | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-10-17 06:36:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-17 06:36:29 +0800 |
commit | 0c095679d21857f28264a9f88e409e1b6c30e34c (patch) | |
tree | 4c2c29e84121b65f7846818c207cc1df65e2f2ed | |
parent | 07ab613d4c647e3fe554bc06eab8cfb833315a88 (diff) | |
parent | e96188ce9d1fa2920a384410e8080c25dc5a62cc (diff) | |
download | tangerine-wallet-browser-0c095679d21857f28264a9f88e409e1b6c30e34c.tar tangerine-wallet-browser-0c095679d21857f28264a9f88e409e1b6c30e34c.tar.gz tangerine-wallet-browser-0c095679d21857f28264a9f88e409e1b6c30e34c.tar.bz2 tangerine-wallet-browser-0c095679d21857f28264a9f88e409e1b6c30e34c.tar.lz tangerine-wallet-browser-0c095679d21857f28264a9f88e409e1b6c30e34c.tar.xz tangerine-wallet-browser-0c095679d21857f28264a9f88e409e1b6c30e34c.tar.zst tangerine-wallet-browser-0c095679d21857f28264a9f88e409e1b6c30e34c.zip |
Merge pull request #5535 from whymarrh/export-privkey-words
Update wording on export private key modal
-rw-r--r-- | app/_locales/en/messages.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 13b0da230..f54dfd013 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -798,7 +798,7 @@ "description": "select this type of file to use to import an account" }, "privateKeyWarning": { - "message": "Warning: Never disclose this key. Anyone with your private keys can take steal any assets held in your account." + "message": "Warning: Never disclose this key. Anyone with your private keys can steal any assets held in your account." }, "privateNetwork": { "message": "Private Network" @@ -1189,7 +1189,7 @@ "message": "These 12 words are the only way to restore your MetaMask accounts.\nSave them somewhere safe and secret." }, "typePassword": { - "message": "Type Your Password" + "message": "Type your MetaMask password" }, "uiWelcome": { "message": "Welcome to the New UI (Beta)" |