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}}