mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-25 22:01:17 +00:00
Fixing i18n key.
This commit is contained in:
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
|
|
@ -25,7 +25,7 @@ const SectionTitle = ({ title }) => (
|
|||
|
||||
const ContributorsBlock = () => (
|
||||
<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>
|
||||
<CodersBlock />
|
||||
<p className="text-sm text-gray-300 mt-6 mb-3">
|
||||
|
|
Loading…
Reference in a new issue