Skip to content

Commit

Permalink
Text logic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
uncoolzero committed Jul 4, 2023
1 parent 6e3c5af commit d2e6ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ui/src/components/Governance/Actions/Vote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const VoteForm: FC<
proposal.choices[(existingChoice as number) - 1]
}`
: 'Vote'
: `Need ${isNFT ? 'Stalk' : 'BeaNFTs'} to Vote`}
: `Need ${isNFT ? 'BeaNFTs' : 'Stalk'} to Vote`}
</LoadingButton>
</>
) : (
Expand Down

0 comments on commit d2e6ef5

Please sign in to comment.