diff --git a/docs/src/modules/components/AppFrame.js b/docs/src/modules/components/AppFrame.js index 98abb94c5586a3..9a78b6187d91cf 100644 --- a/docs/src/modules/components/AppFrame.js +++ b/docs/src/modules/components/AppFrame.js @@ -219,7 +219,11 @@ function AppFrame(props) { {t('v5IsOut')}{' '} - + {t('v5docsLink')} {' '} {t('v5startAdoption')} diff --git a/docs/translations/translations.json b/docs/translations/translations.json index 405f43c7c8e992..c677befcaade13 100644 --- a/docs/translations/translations.json +++ b/docs/translations/translations.json @@ -85,8 +85,8 @@ "toggleRTL": "Toggle right-to-left/left-to-right", "toggleTheme": "Toggle light/dark theme", "traffic": "Traffic", - "v5IsOut": "🎉 v5 is out! Head to the", - "v5docsLink": "documentation", + "v5IsOut": "🎉 Material UI v5 is out! Head to the", + "v5docsLink": "migration guide", "v5startAdoption": "to get started.", "usage": "Usage", "usageButton": "Explore the docs",