Skip to content

Commit

Permalink
Token Manager: fix copy (aragon#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai authored and luisivan committed Apr 19, 2019
1 parent 001e08f commit b069b9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class AssignVotePanelContent extends React.Component {
disabled={amountField.max === '0'}
wide
>
{mode === 'assign' ? 'Add' : 'Remove'} Tokens
{mode === 'assign' ? 'Add' : 'Remove'} tokens
</Button>
<div css="margin-top: 15px">
{errorMessage && <ErrorMessage message={errorMessage} />}
Expand Down

0 comments on commit b069b9e

Please sign in to comment.