mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-07 11:16:37 +00:00
💬 update the text in the blueprint details page to say parsed contents
This commit is contained in:
@@ -1170,6 +1170,7 @@
|
|||||||
"appliedAt": "Applied at",
|
"appliedAt": "Applied at",
|
||||||
"source": "Source",
|
"source": "Source",
|
||||||
"contents": "Contents",
|
"contents": "Contents",
|
||||||
|
"parsedContents": "Parsed Contents",
|
||||||
"enableDockerSocket": "Enable Docker Blueprint",
|
"enableDockerSocket": "Enable Docker Blueprint",
|
||||||
"enableDockerSocketDescription": "Enable Docker Socket label scraping for blueprint labels. Socket path must be provided to Newt.",
|
"enableDockerSocketDescription": "Enable Docker Socket label scraping for blueprint labels. Socket path must be provided to Newt.",
|
||||||
"enableDockerSocketLink": "Learn More",
|
"enableDockerSocketLink": "Learn More",
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ export default function BlueprintDetailsForm({
|
|||||||
render={({ field }) => (
|
render={({ field }) => (
|
||||||
<FormItem>
|
<FormItem>
|
||||||
<FormLabel>
|
<FormLabel>
|
||||||
{t("contents")}
|
{t("parsedContents")}
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
<FormDescription>
|
<FormDescription>
|
||||||
{t(
|
{t(
|
||||||
|
|||||||
Reference in New Issue
Block a user