浏览代码

Update VotingSection.tsx

maxlevush 3 年之前
父节点
当前提交
f5c7408586
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) =>