From 5ead330daba86480e9feaec9b916f30f3d59724d Mon Sep 17 00:00:00 2001 From: Barry Gitarts Date: Mon, 2 Jul 2018 18:09:03 -0400 Subject: [PATCH] update copy when voting is disabled --- app/components/simple-voting/PollsList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/simple-voting/PollsList.js b/app/components/simple-voting/PollsList.js index a1d5b09..e0ac458 100644 --- a/app/components/simple-voting/PollsList.js +++ b/app/components/simple-voting/PollsList.js @@ -129,7 +129,7 @@ class Poll extends PureComponent { Your vote: {value} votes ({value * value} SNT) {cantVote && - {balance == 0 && You can not vote because your account had no SNT when this poll was created} + {balance == 0 && Voting disabled for proposals made when there was no SNT in the account} {balance != 0 && !_canVote && You can not vote on this poll} } {error && {error}}