diff --git a/packages/mui-material/src/locale/index.ts b/packages/mui-material/src/locale/index.ts index 055c37ec1ae01b..c88a9ff936da0a 100644 --- a/packages/mui-material/src/locale/index.ts +++ b/packages/mui-material/src/locale/index.ts @@ -3424,7 +3424,7 @@ export const zhTW: Localization = { } return '上一頁'; }, - labelRowsPerPage: '每行行數:', + labelRowsPerPage: '每頁行數:', labelDisplayedRows: ({ from, to, count }) => `第 ${from} 條到第 ${to} 條,${count !== -1 ? `共 ${count} 條` : `至少 ${to} 條`}`, },