diff --git a/src/components/about/DataPage.js b/src/components/about/DataPage.js index 7cc3724d..a87beb15 100644 --- a/src/components/about/DataPage.js +++ b/src/components/about/DataPage.js @@ -7,6 +7,7 @@ const DataPage = () => { const { t } = useTranslation() return ( +

{t('layouts.application.menu.the_data')}

{t('pages.data.intro')}

diff --git a/src/components/about/InThePressPage.js b/src/components/about/InThePressPage.js index 45f31e03..163d1241 100644 --- a/src/components/about/InThePressPage.js +++ b/src/components/about/InThePressPage.js @@ -112,12 +112,14 @@ const TimelineItem = ({ data, isDesktop }) => { } const InThePressPage = () => { + const { t } = useTranslation() const isDesktop = useIsDesktop() const years = Object.keys(pressData) years.sort().reverse() return ( +

{t('layouts.application.menu.in_the_press')}

{years.map((year) => (

{year}

diff --git a/src/components/about/ProjectPage.js b/src/components/about/ProjectPage.js index 483902fd..ce159268 100644 --- a/src/components/about/ProjectPage.js +++ b/src/components/about/ProjectPage.js @@ -32,6 +32,7 @@ const Project = () => { return ( +

{t('layouts.application.menu.the_project')}

diff --git a/src/components/about/ShareTheHarvestPage.js b/src/components/about/ShareTheHarvestPage.js index 7ce785ad..41062d12 100644 --- a/src/components/about/ShareTheHarvestPage.js +++ b/src/components/about/ShareTheHarvestPage.js @@ -7,7 +7,8 @@ const ShareTheHarvestPage = () => { const { t } = useTranslation() return ( -

{t('pages.sharing.grow_pick_and_distribute')}

+

{t('layouts.application.menu.sharing_the_harvest')}

+

{t('pages.sharing.grow_pick_and_distribute')}