Skip to content

Commit

Permalink
fix: correct translation in Challenge component (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
feightwywx authored Sep 22, 2023
1 parent 74bfd6c commit 39ce522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MDX/Challenges/Challenge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export function Challenge({
)}
onClick={handleClickNextChallenge}
active>
Next {isRecipes ? '示例' : '挑战'}
下一个{isRecipes ? '示例' : '挑战'}
<IconArrowSmall displayDirection="end" className="block ms-1.5" />
</Button>
)}
Expand Down

0 comments on commit 39ce522

Please sign in to comment.