diff options
author | Dan Finlay <flyswatter@users.noreply.github.com> | 2017-06-13 01:37:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-13 01:37:46 +0800 |
commit | 8af41f1b0539e70cf4c6e1f4a9f4b10ad13656fc (patch) | |
tree | ee12cfde1362faa69f4725f55b3fdd6c3b8f8e56 /ui/app/components | |
parent | 2d5a6729719bc4134e88b046f38c7f08a258d0f5 (diff) | |
parent | 2fcf3d843985e0675fc9780043b0331d45ba7190 (diff) | |
download | tangerine-wallet-browser-8af41f1b0539e70cf4c6e1f4a9f4b10ad13656fc.tar tangerine-wallet-browser-8af41f1b0539e70cf4c6e1f4a9f4b10ad13656fc.tar.gz tangerine-wallet-browser-8af41f1b0539e70cf4c6e1f4a9f4b10ad13656fc.tar.bz2 tangerine-wallet-browser-8af41f1b0539e70cf4c6e1f4a9f4b10ad13656fc.tar.lz tangerine-wallet-browser-8af41f1b0539e70cf4c6e1f4a9f4b10ad13656fc.tar.xz tangerine-wallet-browser-8af41f1b0539e70cf4c6e1f4a9f4b10ad13656fc.tar.zst tangerine-wallet-browser-8af41f1b0539e70cf4c6e1f4a9f4b10ad13656fc.zip |
Merge pull request #1574 from MetaMask/internfix
Wording fix for notice button
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/notice.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/notice.js b/ui/app/components/notice.js index 3c8523daf..d9f0067cd 100644 --- a/ui/app/components/notice.js +++ b/ui/app/components/notice.js @@ -107,7 +107,7 @@ Notice.prototype.render = function () { style: { marginTop: '18px', }, - }, 'Continue'), + }, 'Accept'), ]) ) } |