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 Jens Langhammer
parent 97e4c8d5e2
commit 05a4649282
15 changed files with 170 additions and 227 deletions

View File

@ -263,7 +263,7 @@ export class AdminInterface extends Interface {
</ak-sidebar-item>
</ak-sidebar-item>
<ak-sidebar-item>
<span slot="label">${msg("Flows & Stages")}</span>
<span slot="label">${msg("Flows and Stages")}</span>
<ak-sidebar-item
path="/flow/flows"
.activeWhen=${[`^/flow/flows/(?<slug>${SLUG_REGEX})$`]}
@ -295,10 +295,10 @@ export class AdminInterface extends Interface {
path="/core/sources"
.activeWhen=${[`^/core/sources/(?<slug>${SLUG_REGEX})$`]}
>
<span slot="label">${msg("Federation & Social login")}</span>
<span slot="label">${msg("Federation and Social login")}</span>
</ak-sidebar-item>
<ak-sidebar-item path="/core/tokens">
<span slot="label">${msg("Tokens & App passwords")}</span>
<span slot="label">${msg("Tokens and App passwords")}</span>
</ak-sidebar-item>
<ak-sidebar-item path="/flow/stages/invitations">
<span slot="label">${msg("Invitations")}</span>

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>

View File

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

View File

@ -24,7 +24,7 @@ import { Source, SourcesApi } from "@goauthentik/api";
@customElement("ak-source-list")
export class SourceListPage extends TablePage<Source> {
pageTitle(): string {
return msg("Federation & Social login");
return msg("Federation and Social login");
}
pageDescription(): string | undefined {
return msg(