Skip to content

Commit

Permalink
yarn prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 28, 2020
1 parent a69720c commit 7b10e12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/material-ui/src/locale/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 7b10e12

Please sign in to comment.