feature/IO-3255-simplified-parts-management - Missing breadcrumb / title translations

This commit is contained in:
Dave
2025-08-22 11:31:01 -04:00
parent 9860447e42
commit e5a48531a0
8 changed files with 14 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ export function VehiclesPageContainer({ setBreadcrumbs, setSelectedHeader, isPar
if (isPartsEntry) {
setBreadcrumbs([
{ link: "/parts", label: "Parts" },
{ link: "/parts", label: t("titles.bc.parts") },
{ link: `${basePath}/vehicles`, label: t("titles.bc.vehicles") }
]);
} else {