website: fix reference to flow stage binding option (#6701)

the option name was changed a while back but the docs still used the old name

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2023-08-30 20:10:36 +02:00
committed by GitHub
parent 3afff1bae9
commit 9d894528e3
18 changed files with 131 additions and 142 deletions

View File

@ -42,7 +42,7 @@ export class DenyStageForm extends ModelForm<DenyStage, string> {
return html`<form class="pf-c-form pf-m-horizontal">
<span>
${msg(
"Statically deny the flow. To use this stage effectively, disable *Evaluate on plan* on the respective binding.",
"Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding.",
)}
</span>
<ak-form-element-horizontal label=${msg("Name")} ?required=${true} name="name">