Skip to content

Commit

Permalink
copied missing curly bracket in enUS
Browse files Browse the repository at this point in the history
  • Loading branch information
wogsland committed Dec 17, 2021
1 parent e3cd00d commit 4e0a7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mui-material/src/locale/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ export const enUS: Localization = {
// if (type === 'previous') {
return 'Go to previous page';
},
},
}},
},
*/
};
Expand Down Expand Up @@ -2018,7 +2018,7 @@ export const nbNO: Localization = {
// if (type === 'previous') {
return 'Gå til forrige side';
},
},
}},
},
};

Expand Down

0 comments on commit 4e0a7cc

Please sign in to comment.