update tooltip copy

This commit is contained in:
Barry Gitarts 2018-06-28 12:25:19 -04:00
parent 51baddb70e
commit 8c6308362c
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class Poll extends Component {
SNT Allocated: {_results}
</Typography>
</CardContent>
<Tooltip id="tooltip-icon" placement="top" title={`${value} votes`}>
<Tooltip id="tooltip-icon" placement="top" title={`${value * value} SNT - ${value} vote credits`}>
<CardActions>
<Slider disabled={disableVote} value={value} min={0} max={maxValue} step={1} onChange={this.handleChange} />
<Button variant="contained" disabled={disableVote} color="primary" onClick={this.handleClick}>Vote</Button>