From abc49e75e596e35db28f25c9a2779771ec399a72 Mon Sep 17 00:00:00 2001 From: Brett Sun Date: Wed, 14 Nov 2018 23:42:53 +0100 Subject: [PATCH] Voting: rename voting panel's quorum and support labels for clarity (#575) Fixes #574. --- apps/voting/app/src/components/VotePanelContent.js | 2 +- apps/voting/app/src/components/VoteSummary.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/voting/app/src/components/VotePanelContent.js b/apps/voting/app/src/components/VotePanelContent.js index 2e1e442ac7..c256712ef1 100644 --- a/apps/voting/app/src/components/VotePanelContent.js +++ b/apps/voting/app/src/components/VotePanelContent.js @@ -180,7 +180,7 @@ class VotePanelContent extends React.Component {

- +

{round(quorumProgress * 100, 2)}%{' '} diff --git a/apps/voting/app/src/components/VoteSummary.js b/apps/voting/app/src/components/VoteSummary.js index a50442aefc..1eb98f57e7 100644 --- a/apps/voting/app/src/components/VoteSummary.js +++ b/apps/voting/app/src/components/VoteSummary.js @@ -21,7 +21,7 @@ const VoteSummary = ({ vote, tokenSymbol, tokenDecimals, ready }) => {
- Current votes{' '} + Current support{' '} ({Math.round(supportRequired * 100)}% needed)