Skip to content

Commit

Permalink
Fix translation "get start" -> "Get Started" (#6819)
Browse files Browse the repository at this point in the history
  • Loading branch information
franz101 authored Jan 19, 2025
1 parent c26f7db commit 18d3b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/components/Main/MainSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default (props: { isWidthScreen: boolean }) => {
shape='rounded'
className={styles.buttonLeft}
>
{trans('Get Start', '开始使用')}
{trans('Get Started', '开始使用')}
</Button>
</Link>
<Link to={trans('/components', '/zh/components')}>
Expand Down

0 comments on commit 18d3b83

Please sign in to comment.