Fix typo in translation interpolation in AppBreadcrumbs component
This commit is contained in:
@@ -47,7 +47,7 @@ export function AppBreadcrumbs(props: {
|
|||||||
values[path]
|
values[path]
|
||||||
) : (
|
) : (
|
||||||
<Trans
|
<Trans
|
||||||
i18nKey={`common.routes.${unslugify(path)}`}
|
i18nKey={`common:routes.${unslugify(path)}`}
|
||||||
defaults={unslugify(path)}
|
defaults={unslugify(path)}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user