diff --git a/docs/src/modules/components/ApiPage.js b/docs/src/modules/components/ApiPage.js index d0822ff72de6f5..a4162517c8bf8d 100644 --- a/docs/src/modules/components/ApiPage.js +++ b/docs/src/modules/components/ApiPage.js @@ -1,4 +1,4 @@ -/* eslint-disable material-ui/no-hardcoded-labels, react/no-danger */ +/* eslint-disable react/no-danger */ import * as React from 'react'; import PropTypes from 'prop-types'; import clsx from 'clsx'; @@ -56,7 +56,7 @@ function PropsTable(props) { {propData.deprecated && ( - Deprecated + {t('api-docs.deprecated')} {propData.deprecationInfo && ' - '} {propData.deprecationInfo && ( system properties. You can use them as props directly on the component.", "default": "Default", "demos": "Demos", + "deprecated": "Deprecated", "description": "Description", "globalClass": "Global class", "import": "Import",