Skip to content

Commit

Permalink
fix(Pagination): locale text error
Browse files Browse the repository at this point in the history
  • Loading branch information
jinli.lyy committed Jan 28, 2019
1 parent a5afaf5 commit 406c198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locale/en-us.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default {
page: 'Page',
go: 'View',
total: 'Page {current}, {total} pages',
LabelPrev: 'Previous page, current page {current}',
labelPrev: 'Previous page, current page {current}',
labelNext: 'Next page, current page {current}',
pageSize: 'Items per page:'
},
Expand Down

0 comments on commit 406c198

Please sign in to comment.