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