Skip to content

Commit

Permalink
Voting: rename voting panel's quorum and support labels for clarity (#…
Browse files Browse the repository at this point in the history
…575)

Fixes #574.
  • Loading branch information
sohkai authored Nov 14, 2018
1 parent fb8b54a commit abc49e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/voting/app/src/components/VotePanelContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class VotePanelContent extends React.Component {
</div>
<div>
<h2>
<Label>Total support</Label>
<Label>Quorum progress</Label>
</h2>
<div>
{round(quorumProgress * 100, 2)}%{' '}
Expand Down
2 changes: 1 addition & 1 deletion apps/voting/app/src/components/VoteSummary.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const VoteSummary = ({ vote, tokenSymbol, tokenDecimals, ready }) => {
<Header>
<span>
<Text color={theme.textSecondary} smallcaps>
Current votes{' '}
Current support{' '}
</Text>
<Text size="xsmall" color={theme.textSecondary}>
({Math.round(supportRequired * 100)}% needed)
Expand Down

0 comments on commit abc49e7

Please sign in to comment.