diff --git a/messages/en-US.json b/messages/en-US.json index 027d9fc38..dd2716f5f 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -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", diff --git a/src/app/[orgId]/settings/blueprints/page.tsx b/src/app/[orgId]/settings/blueprints/page.tsx index f71e8375e..afaa9877d 100644 --- a/src/app/[orgId]/settings/blueprints/page.tsx +++ b/src/app/[orgId]/settings/blueprints/page.tsx @@ -48,7 +48,7 @@ export default async function BluePrintsPage(props: BluePrintsPageProps) { return (