♻️ remove blueprint name form description

This commit is contained in:
Fred KISSIE
2025-10-30 00:32:55 +01:00
parent 356f023539
commit 885b9d186b
2 changed files with 0 additions and 4 deletions

View File

@@ -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",

View File

@@ -153,9 +153,6 @@ export default function BlueprintDetailsForm({
render={({ field }) => (
<FormItem>
<FormLabel>{t("name")}</FormLabel>
<FormDescription>
{t("blueprintNameDescription")}
</FormDescription>
<FormControl>
<Input {...field} />
</FormControl>