web: replace ampersand (#6737)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2023-09-02 18:59:17 +02:00
committed by GitHub
parent fd561ac802
commit 7f9e8f469d
15 changed files with 170 additions and 227 deletions

View File

@ -142,7 +142,7 @@ export class BoundStagesList extends Table<FlowStageBinding> {
renderToolbar(): TemplateResult {
return html`
<ak-stage-wizard
createText=${msg("Create & bind Stage")}
createText=${msg("Create and bind Stage")}
?showBindingPage=${true}
bindingTarget=${ifDefined(this.target)}
></ak-stage-wizard>