aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDan Finlay <flyswatter@users.noreply.github.com>2017-02-16 07:49:04 +0800
committerGitHub <noreply@github.com>2017-02-16 07:49:04 +0800
commit352bb5cb3941c3a07b383c2400dae337771c6d3a (patch)
treed3db707f1c2e8236c78e143b48e1a2fd9f0323f9 /ui
parentcdd4faa917a2f02b531c479eb2f05f39f303d51b (diff)
parentf2539d125c2cfe240511f8505e222a9893bf7748 (diff)
downloadtangerine-wallet-browser-352bb5cb3941c3a07b383c2400dae337771c6d3a.tar.gz
tangerine-wallet-browser-352bb5cb3941c3a07b383c2400dae337771c6d3a.tar.zst
tangerine-wallet-browser-352bb5cb3941c3a07b383c2400dae337771c6d3a.zip
Merge branch 'master' into dev
Diffstat (limited to 'ui')
-rw-r--r--ui/app/components/pending-msg.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/app/components/pending-msg.js b/ui/app/components/pending-msg.js
index f4bde91dc..b2cac164a 100644
--- a/ui/app/components/pending-msg.js
+++ b/ui/app/components/pending-msg.js
@@ -28,6 +28,15 @@ PendingMsg.prototype.render = function () {
},
}, 'Sign Message'),
+ h('.error', {
+ style: {
+ margin: '10px',
+ },
+ }, `Signing this message can have
+ dangerous side effects. Only sign messages from
+ sites you fully trust with your entire account.
+ This will be fixed in a future version.`),
+
// message details
h(PendingTxDetails, state),