web: fix broken locale compile (#9095)

This commit is contained in:
Jens L
2024-04-02 01:30:19 +02:00
committed by GitHub
parent 2196bde820
commit 6302ff23d2
20 changed files with 650 additions and 54 deletions

View File

@ -40,7 +40,11 @@ export class SourceStageForm extends BaseStageForm<SourceStage> {
renderForm(): TemplateResult {
return html`
<span> ${msg("TODO.")} </span>
<span
>${msg(
"Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc).",
)}</span
>
<ak-form-element-horizontal label=${msg("Name")} ?required=${true} name="name">
<input
type="text"