Przeglądaj źródła

Update VotingSection.tsx

maxlevush 3 lat temu
rodzic
commit
f5c7408586

+ 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) =>