diff options
author | John Weldon <johnweldon4@gmail.com> | 2016-09-08 05:44:56 +0800 |
---|---|---|
committer | John Weldon <johnweldon4@gmail.com> | 2016-09-08 05:44:56 +0800 |
commit | d6619a25e90f206eef6dad46b09406b529f84b80 (patch) | |
tree | b690f5aadf179f36b011873324c3f305787187a7 /ui/app | |
parent | 03c84cff6985ebfbd81f55e761e2d3360b01fbf4 (diff) | |
download | tangerine-wallet-browser-d6619a25e90f206eef6dad46b09406b529f84b80.tar tangerine-wallet-browser-d6619a25e90f206eef6dad46b09406b529f84b80.tar.gz tangerine-wallet-browser-d6619a25e90f206eef6dad46b09406b529f84b80.tar.bz2 tangerine-wallet-browser-d6619a25e90f206eef6dad46b09406b529f84b80.tar.lz tangerine-wallet-browser-d6619a25e90f206eef6dad46b09406b529f84b80.tar.xz tangerine-wallet-browser-d6619a25e90f206eef6dad46b09406b529f84b80.tar.zst tangerine-wallet-browser-d6619a25e90f206eef6dad46b09406b529f84b80.zip |
Fix typo
Diffstat (limited to 'ui/app')
-rw-r--r-- | ui/app/info.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/info.js b/ui/app/info.js index 4e540bd03..5c06409bd 100644 --- a/ui/app/info.js +++ b/ui/app/info.js @@ -67,7 +67,7 @@ InfoScreen.prototype.render = function () { `For more information on MetaMask you can visit our web site. If you want to contact us with questions or just - say 'Hi', you can find us on theise platforms:`), + say 'Hi', you can find us on these platforms:`), h('div', { style: { |