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

@@ -51,7 +51,7 @@ export function VehicleDetailContainer({ setBreadcrumbs, addRecentItem, setSelec
setSelectedHeader("vehicles");
const crumbs = [];
if (isPartsEntry) crumbs.push({ link: "/parts", label: "Parts" });
if (isPartsEntry) crumbs.push({ link: "/parts", label: t("titles.bc.parts") });
crumbs.push({ link: `${basePath}/vehicles`, label: t("titles.bc.vehicles") });
crumbs.push({
link: `${basePath}/vehicles/${vehId}`,