aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorKevin Serrano <kevin.serrano@consensys.net>2017-06-10 01:48:28 +0800
committerKevin Serrano <kevin.serrano@consensys.net>2017-06-10 01:48:28 +0800
commit2fcf3d843985e0675fc9780043b0331d45ba7190 (patch)
treefd48f71217b44774e3df373f24848db0461aab7e /ui
parentcb95129fa1d1c977444ba410903c6dc0da4de3a6 (diff)
downloadtangerine-wallet-browser-2fcf3d843985e0675fc9780043b0331d45ba7190.tar.gz
tangerine-wallet-browser-2fcf3d843985e0675fc9780043b0331d45ba7190.tar.zst
tangerine-wallet-browser-2fcf3d843985e0675fc9780043b0331d45ba7190.zip
Modify wording to new accept.
Diffstat (limited to 'ui')
-rw-r--r--ui/app/components/notice.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/notice.js b/ui/app/components/notice.js
index 7fe41fa88..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',
},
- }, 'Agree'),
+ }, 'Accept'),
])
)
}