diff --git a/packages/material-ui/src/locale/index.js b/packages/material-ui/src/locale/index.js index 1d2833dc4c43e8..144d365bd19ed0 100644 --- a/packages/material-ui/src/locale/index.js +++ b/packages/material-ui/src/locale/index.js @@ -610,7 +610,8 @@ export const viVN = { MuiTablePagination: { backIconButtonText: 'Trang trước', labelRowsPerPage: 'Số hàng mỗi trang:', - labelDisplayedRows: ({ from, to, count }) => `${from}-${to === -1 ? count : to} trong ${count}`, + labelDisplayedRows: ({ from, to, count }) => + `${from}-${to === -1 ? count : to} trong ${count}`, nextIconButtonText: 'Trang sau', }, MuiRating: {