Merge branch 'dev' of github.com:fosrl/pangolin into dev

This commit is contained in:
Owen
2026-05-28 13:56:18 -07:00
2 changed files with 3 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ export default async function BluePrintsPage(props: BluePrintsPageProps) {
return (
<OrgProvider org={org}>
<SettingsSectionTitle
title={t("blueprints")}
title={t("blueprintsLog")}
description={t("blueprintsDescription")}
/>
<BlueprintsTable blueprints={blueprints} orgId={params.orgId} />