diff --git a/messages/en-US.json b/messages/en-US.json index f7d5b5ac..247aa5d6 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -1167,7 +1167,7 @@ "blueprints": "Blueprints", "blueprintsDescription": "Blueprints are declarative YAML configurations that define your resources and their settings", "blueprintAdd": "Add Blueprint", - "blueprintGoBack": "Back to blueprints", + "blueprintGoBack": "See all Blueprints", "blueprintCreate": "Create blueprint", "blueprintCreateDescription2": "Follow the steps below to create and apply a new blueprint", "blueprintDetails": "Blueprint details", diff --git a/src/app/[orgId]/settings/blueprints/[blueprintId]/page.tsx b/src/app/[orgId]/settings/blueprints/[blueprintId]/page.tsx index e4417467..fe3ae4b9 100644 --- a/src/app/[orgId]/settings/blueprints/[blueprintId]/page.tsx +++ b/src/app/[orgId]/settings/blueprints/[blueprintId]/page.tsx @@ -47,18 +47,10 @@ export default async function BluePrintDetailPage(props: BluePrintsPageProps) { return ( <> -