diff --git a/docs/data/material/pages.ts b/docs/data/material/pages.ts index c66a7e3a474c3e..58137fdda89eab 100644 --- a/docs/data/material/pages.ts +++ b/docs/data/material/pages.ts @@ -106,8 +106,8 @@ const pages: MuiPage[] = [ children: [ { pathname: '/material-ui/react-box' }, { pathname: '/material-ui/react-container' }, - { pathname: '/material-ui/react-grid-legacy', deprecated: true, title: 'Grid Legacy' }, { pathname: '/material-ui/react-grid' }, + { pathname: '/material-ui/react-grid-legacy', deprecated: true, title: 'GridLegacy' }, { pathname: '/material-ui/react-stack' }, { pathname: '/material-ui/react-image-list', title: 'Image List' }, ], diff --git a/docs/translations/translations.json b/docs/translations/translations.json index 6d0fda226c08cc..eac5dd28470c47 100644 --- a/docs/translations/translations.json +++ b/docs/translations/translations.json @@ -99,8 +99,8 @@ "layout": "Layout", "/material-ui/react-box": "Box", "/material-ui/react-container": "Container", - "/material-ui/react-grid-legacy": "Grid Legacy", "/material-ui/react-grid": "Grid", + "/material-ui/react-grid-legacy": "GridLegacy", "/material-ui/react-stack": "Stack", "/material-ui/react-image-list": "Image List", "utils": "Utils",