Browse Source

Update VotingSection.tsx

maxlevush 3 years ago
parent
commit
f5c7408586
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pioneer/packages/joy-proposals/src/Proposal/VotingSection.tsx

+ 1 - 1
pioneer/packages/joy-proposals/src/Proposal/VotingSection.tsx

@@ -99,7 +99,7 @@ export default function VotingSection ({
 
   return (
     <>
-      <Header as='h3'>Sumbit your vote</Header>
+      <Header as='h3'>Submit your vote</Header>
       <Divider />
       <VoteButtons>
         { VoteKinds.map((voteKind) =>