From 885b9d186bd0eef84ad4c3d38953610e2ebefdf1 Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Thu, 30 Oct 2025 00:32:55 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20remove=20blueprint=20name?= =?UTF-8?q?=20form=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- messages/en-US.json | 1 - src/components/BlueprintDetailsForm.tsx | 3 --- 2 files changed, 4 deletions(-) diff --git a/messages/en-US.json b/messages/en-US.json index fd676cdc..1e891693 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -1174,7 +1174,6 @@ "blueprintDetailsDescription": "See the blueprint run details", "blueprintInfo": "Blueprint Information", "message": "Message", - "blueprintNameDescription": "This is the display name for the blueprint.", "blueprintContentsDescription": "Define the YAML content describing your infrastructure", "blueprintErrorCreateDescription": "An error occurred when applying the blueprint", "blueprintErrorCreate": "Error creating blueprint", diff --git a/src/components/BlueprintDetailsForm.tsx b/src/components/BlueprintDetailsForm.tsx index bd62b8a4..bcc2980d 100644 --- a/src/components/BlueprintDetailsForm.tsx +++ b/src/components/BlueprintDetailsForm.tsx @@ -153,9 +153,6 @@ export default function BlueprintDetailsForm({ render={({ field }) => ( {t("name")} - - {t("blueprintNameDescription")} -