diff --git a/web/src/pages/groups/GroupForm.ts b/web/src/pages/groups/GroupForm.ts index 8aa43c32f..068a737a1 100644 --- a/web/src/pages/groups/GroupForm.ts +++ b/web/src/pages/groups/GroupForm.ts @@ -121,7 +121,7 @@ export class GroupForm extends Form { - +

${t`Set custom attributes using YAML or JSON.`}

diff --git a/web/src/pages/outposts/ServiceConnectionKubernetesForm.ts b/web/src/pages/outposts/ServiceConnectionKubernetesForm.ts index 1d9a5c998..4e5252df4 100644 --- a/web/src/pages/outposts/ServiceConnectionKubernetesForm.ts +++ b/web/src/pages/outposts/ServiceConnectionKubernetesForm.ts @@ -65,7 +65,7 @@ export class ServiceConnectionKubernetesForm extends Form - +

${t`Set custom attributes using YAML or JSON.`}

diff --git a/web/src/pages/stages/invitation/InvitationForm.ts b/web/src/pages/stages/invitation/InvitationForm.ts index d104f758c..7497706a6 100644 --- a/web/src/pages/stages/invitation/InvitationForm.ts +++ b/web/src/pages/stages/invitation/InvitationForm.ts @@ -7,6 +7,7 @@ import { Form } from "../../../elements/forms/Form"; import "../../../elements/forms/HorizontalFormElement"; import "../../../elements/CodeMirror"; import YAML from "yaml"; +import { first } from "../../../utils"; @customElement("ak-invitation-form") export class InvitationForm extends Form { @@ -46,7 +47,7 @@ export class InvitationForm extends Form { - +

${t`Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON.`}

diff --git a/web/src/pages/users/UserForm.ts b/web/src/pages/users/UserForm.ts index d1f66c717..13f97b5d3 100644 --- a/web/src/pages/users/UserForm.ts +++ b/web/src/pages/users/UserForm.ts @@ -72,7 +72,7 @@ export class UserForm extends Form { - +

${t`Set custom attributes using YAML or JSON.`}