Merge branch 'develop' of ssh://gitea.gofwd.group:2225/sean/shadow-gunbuilder-ai-proto into develop
CI / test (push) Successful in 5s

This commit is contained in:
2026-01-23 21:40:29 -05:00
6 changed files with 468 additions and 90 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ export default function PartsBrowseClient(props: {
end: Math.min(currentPage * PAGE_SIZE, serverTotalElements),
};
const headingTitle = props.title ?? `${partRole.replaceAll("-", " ")} parts`;
const headingTitle = props.title ?? `${partRole.replaceAll("-", " ")}s`;
const headingSubtitle = props.subtitle ?? "Browse available parts.";
// ----------------------------