Skip to content

Commit f1ef360

Browse files
authored
Merge pull request #12384 from ethereum/fix-quizzes-title
fix: adds missing namespace prefix for quizzes title
2 parents a7db23c + 3d3d7b3 commit f1ef360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/quizzes.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ const QuizzesHubPage: NextPage<
7474
return (
7575
<Box as={MainArticle}>
7676
<PageMetadata
77-
title={t("quizzes-title")}
77+
title={t("common:quizzes-title")}
7878
description={t("quizzes-subtitle")}
7979
image="/heroes/quizzes-hub-hero.png"
8080
/>
8181
<HubHero
82-
title={t("quizzes-title")}
82+
title={t("common:quizzes-title")}
8383
description={t("quizzes-subtitle")}
8484
header={t("test-your-knowledge")}
8585
heroImg={HeroImage}

0 commit comments

Comments
 (0)