From 57e5acaf2f2b26e2f18e69f55f94e8c3e5e89c5a Mon Sep 17 00:00:00 2001
From: Jens Langhammer
${unsafeHTML(prompt.subText)}
`; } // Special types that aren't rendered in a wrapper @@ -144,6 +145,7 @@ export class PromptStage extends BaseStage${unsafeHTML(prompt.subText)}
`; })} ${"non_field_errors" in (this.challenge?.responseErrors || {}) diff --git a/web/src/locales/en.po b/web/src/locales/en.po index 670b16e81..647ec9430 100644 --- a/web/src/locales/en.po +++ b/web/src/locales/en.po @@ -278,6 +278,10 @@ msgstr "Alternatively, if your current device has Duo installed, click on this l msgid "Always require consent" msgstr "Always require consent" +#: src/pages/stages/prompt/PromptForm.ts +msgid "Any HTML can be used." +msgstr "Any HTML can be used." + #: src/pages/events/EventInfo.ts #: src/pages/policies/event_matcher/EventMatcherPolicyForm.ts msgid "App" @@ -2054,6 +2058,10 @@ msgstr "Healthy outposts" msgid "Healthy sources" msgstr "Healthy sources" +#: src/pages/stages/prompt/PromptForm.ts +msgid "Help text" +msgstr "Help text" + #: src/pages/stages/prompt/PromptForm.ts msgid "Hidden: Hidden field, can be used to insert data into form." msgstr "Hidden: Hidden field, can be used to insert data into form." @@ -5346,6 +5354,10 @@ msgstr "When selected, incoming assertion's Signatures will be validated against msgid "When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged." msgstr "When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged." +#: src/pages/stages/prompt/PromptForm.ts +msgid "When used in conjunction with a User Write stage, use attributes.foo to write attributes." +msgstr "When used in conjunction with a User Write stage, use attributes.foo to write attributes." + #: src/pages/tenants/TenantForm.ts msgid "When using an external logging solution for archiving, this can be set to \"minutes=5\"." msgstr "When using an external logging solution for archiving, this can be set to \"minutes=5\"." diff --git a/web/src/locales/fr_FR.po b/web/src/locales/fr_FR.po index f8d76b3c7..50fbcc567 100644 --- a/web/src/locales/fr_FR.po +++ b/web/src/locales/fr_FR.po @@ -282,6 +282,10 @@ msgstr "Sinon, si Duo est installé sur cet appareil, cliquez sur ce lien :" msgid "Always require consent" msgstr "Toujours exiger l'approbation" +#: src/pages/stages/prompt/PromptForm.ts +msgid "Any HTML can be used." +msgstr "" + #: src/pages/events/EventInfo.ts #: src/pages/policies/event_matcher/EventMatcherPolicyForm.ts msgid "App" @@ -2037,6 +2041,10 @@ msgstr "Avant-postes sains" msgid "Healthy sources" msgstr "Sources saines" +#: src/pages/stages/prompt/PromptForm.ts +msgid "Help text" +msgstr "" + #: src/pages/stages/prompt/PromptForm.ts msgid "Hidden: Hidden field, can be used to insert data into form." msgstr "Caché : champ caché, peut être utilisé pour insérer des données dans le formulaire." @@ -5285,6 +5293,10 @@ msgstr "Si activée, les signatures des assertions entrantes seront validées pa msgid "When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged." msgstr "Si activée, toutes les exécutions de cette politique seront enregistrées. Par défaut, seules les erreurs d'exécution sont consignées." +#: src/pages/stages/prompt/PromptForm.ts +msgid "When used in conjunction with a User Write stage, use attributes.foo to write attributes." +msgstr "" + #: src/pages/tenants/TenantForm.ts msgid "When using an external logging solution for archiving, this can be set to \"minutes=5\"." msgstr "En cas d'utilisation d'une solution de journalisation externe pour l'archivage, cette valeur peut être fixée à \"minutes=5\"." diff --git a/web/src/locales/pseudo-LOCALE.po b/web/src/locales/pseudo-LOCALE.po index c13dd3471..1aefe80dc 100644 --- a/web/src/locales/pseudo-LOCALE.po +++ b/web/src/locales/pseudo-LOCALE.po @@ -278,6 +278,10 @@ msgstr "" msgid "Always require consent" msgstr "" +#: src/pages/stages/prompt/PromptForm.ts +msgid "Any HTML can be used." +msgstr "" + #: src/pages/events/EventInfo.ts #: src/pages/policies/event_matcher/EventMatcherPolicyForm.ts msgid "App" @@ -2046,6 +2050,10 @@ msgstr "" msgid "Healthy sources" msgstr "" +#: src/pages/stages/prompt/PromptForm.ts +msgid "Help text" +msgstr "" + #: src/pages/stages/prompt/PromptForm.ts msgid "Hidden: Hidden field, can be used to insert data into form." msgstr "" @@ -5331,6 +5339,10 @@ msgstr "" msgid "When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged." msgstr "" +#: src/pages/stages/prompt/PromptForm.ts +msgid "When used in conjunction with a User Write stage, use attributes.foo to write attributes." +msgstr "" + #: src/pages/tenants/TenantForm.ts msgid "When using an external logging solution for archiving, this can be set to \"minutes=5\"." msgstr "" diff --git a/web/src/pages/stages/prompt/PromptForm.ts b/web/src/pages/stages/prompt/PromptForm.ts index bb41cda63..55387ada0 100644 --- a/web/src/pages/stages/prompt/PromptForm.ts +++ b/web/src/pages/stages/prompt/PromptForm.ts @@ -123,6 +123,9 @@ export class PromptForm extends ModelForm${t`Name of the form field, also used to store the value.`}
++ ${t`When used in conjunction with a User Write stage, use attributes.foo to write attributes.`} +
${t`Optionally pre-fill the input value`}
${t`Any HTML can be used.`}
+