Skip to content

Commit

Permalink
chore(locale): capitalize jump to in pagination. close #2707 at rep…
Browse files Browse the repository at this point in the history
…o tdesign-react (#1705)
  • Loading branch information
wangyewei authored Jan 13, 2024
1 parent 1968767 commit 8392202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/global-config/locale/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'dayjs/locale/en';
export default {
pagination: {
itemsPerPage: '{size} / page',
jumpTo: 'jump to',
jumpTo: 'Jump to',
page: '',
total: '{total} items',
},
Expand Down

0 comments on commit 8392202

Please sign in to comment.