Fixed wrong language on page credits
This commit is contained in:
parent
e6ac2d8651
commit
99e0fd6bc7
|
@ -107,7 +107,7 @@ if (updatedBy) {
|
||||||
<Fragment slot="aside">
|
<Fragment slot="aside">
|
||||||
<PageCredits
|
<PageCredits
|
||||||
slug={slug}
|
slug={slug}
|
||||||
currentLocale={lang}
|
currentLocale={language}
|
||||||
sourceLanguage={sourceLanguage}
|
sourceLanguage={sourceLanguage}
|
||||||
credits={credits}
|
credits={credits}
|
||||||
otherTranslations={translations.filter(
|
otherTranslations={translations.filter(
|
||||||
|
|
Loading…
Reference in New Issue