Fixing i18n key.

This commit is contained in:
Dessalines 2023-10-18 13:30:46 -04:00
parent 15c87efa18
commit 5e17a73f71
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 0738d1326a788c648c29f1808e7274873f7985ac Subproject commit 988b403f36f53a6ee79111a62cc92bb2df9dfa46

@ -1 +1 @@
Subproject commit 848fc0d3b4128f262b605d6a6f81cd3f49dbbdbc Subproject commit abd40d4737fa732321fd7b62e42bbfcd51081cb6

View file

@ -25,7 +25,7 @@ const SectionTitle = ({ title }) => (
const ContributorsBlock = () => ( const ContributorsBlock = () => (
<div className="my-16"> <div className="my-16">
<SectionTitle title={i18n.t("contributers")} /> <SectionTitle title={i18n.t("contributors")} />
<p className="text-sm text-gray-300 mb-3">{i18n.t("thanks_coders")}</p> <p className="text-sm text-gray-300 mb-3">{i18n.t("thanks_coders")}</p>
<CodersBlock /> <CodersBlock />
<p className="text-sm text-gray-300 mt-6 mb-3"> <p className="text-sm text-gray-300 mt-6 mb-3">