diff --git a/apps/voting/app/src/components/VoteSuccess.js b/apps/voting/app/src/components/VoteSuccess.js
index e5ca5d927b..ae3745bdbe 100644
--- a/apps/voting/app/src/components/VoteSuccess.js
+++ b/apps/voting/app/src/components/VoteSuccess.js
@@ -21,7 +21,8 @@ const VoteSuccess = ({ vote, ...props }) => {
- {success ? 'Vote will pass' : 'Vote won’t pass'}
+ Current outcome:
+ {success ? ' Yes' : ' No'}
)
diff --git a/apps/voting/app/src/components/VoteSummary.js b/apps/voting/app/src/components/VoteSummary.js
index 1eb98f57e7..b2cbbf23d9 100644
--- a/apps/voting/app/src/components/VoteSummary.js
+++ b/apps/voting/app/src/components/VoteSummary.js
@@ -21,10 +21,10 @@ const VoteSummary = ({ vote, tokenSymbol, tokenDecimals, ready }) => {
- Current support{' '}
+ Votes{' '}
- ({Math.round(supportRequired * 100)}% needed)
+ ({Math.round(supportRequired * 100)}% support needed for approval)