From c3d6510231c1283200e7b221aa5c5093d727e8c4 Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Wed, 29 Oct 2025 03:06:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20update=20the=20text=20in=20the?= =?UTF-8?q?=20blueprint=20details=20page=20to=20say=20`parsed=20contents`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- messages/en-US.json | 1 + src/components/BlueprintDetailsForm.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/messages/en-US.json b/messages/en-US.json index b79f0a22..48b1be62 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -1170,6 +1170,7 @@ "appliedAt": "Applied at", "source": "Source", "contents": "Contents", + "parsedContents": "Parsed Contents", "enableDockerSocket": "Enable Docker Blueprint", "enableDockerSocketDescription": "Enable Docker Socket label scraping for blueprint labels. Socket path must be provided to Newt.", "enableDockerSocketLink": "Learn More", diff --git a/src/components/BlueprintDetailsForm.tsx b/src/components/BlueprintDetailsForm.tsx index a46af0db..bd62b8a4 100644 --- a/src/components/BlueprintDetailsForm.tsx +++ b/src/components/BlueprintDetailsForm.tsx @@ -170,7 +170,7 @@ export default function BlueprintDetailsForm({ render={({ field }) => ( - {t("contents")} + {t("parsedContents")} {t(