diff --git a/src/pages/sitemap/index.tsx b/src/pages/sitemap/index.tsx index 06b05ed0..a04db992 100644 --- a/src/pages/sitemap/index.tsx +++ b/src/pages/sitemap/index.tsx @@ -22,7 +22,7 @@ const SiteMapPage: Page = ({ sections }) => { const documentationTitleTranslated: { [key: string]: string } = { 'Start here': intl.formatMessage({ id: 'documentation_start_here.title' }), - 'Tutorials': intl.formatMessage({ + Tutorials: intl.formatMessage({ id: 'documentation_tutorials.title', }), }