update blueprints to say blueprints log

This commit is contained in:
miloschwartz
2026-05-28 12:11:20 -07:00
parent a5332bb0cc
commit d3d2474855
2 changed files with 3 additions and 2 deletions

View File

@@ -1586,7 +1586,8 @@
"standaloneHcFilterSiteIdFallback": "Site {id}",
"standaloneHcFilterResourceIdFallback": "Resource {id}",
"blueprints": "Blueprints",
"blueprintsDescription": "Apply declarative configurations and view previous runs",
"blueprintsLog": "Blueprints Log",
"blueprintsDescription": "View past blueprint applications and their results",
"blueprintAdd": "Add Blueprint",
"blueprintGoBack": "See all Blueprints",
"blueprintCreate": "Create Blueprint",

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} />