diff --git a/CODEOWNERS b/CODEOWNERS index 448c56a24b..d7c2d187b7 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -38,7 +38,7 @@ packages/tsconfig @goauthentik/frontend # Web web/ @goauthentik/frontend # Locale -locale/ @goauthentik/backend @goauthentik/frontend +/locale/ @goauthentik/backend @goauthentik/frontend web/xliff/ @goauthentik/backend @goauthentik/frontend # Docs website/ @goauthentik/docs diff --git a/web/src/elements/locale/ak-locale-select.ts b/web/src/elements/locale/ak-locale-select.ts index 26573099a0..636a58a931 100644 --- a/web/src/elements/locale/ak-locale-select.ts +++ b/web/src/elements/locale/ak-locale-select.ts @@ -156,7 +156,7 @@ export class AKLocaleSelect extends WithLocale(WithCapabilitiesConfig(AKElement) part="select" id="locale-selector" @change=${this.#localeChangeListener} - class="pf-c-form-control" + class="pf-c-form-control ak-m-capitalize" name="locale" > ${renderLocaleDisplayNames(entries, activeLocaleTag)} diff --git a/web/src/flow/stages/prompt/PromptStage.ts b/web/src/flow/stages/prompt/PromptStage.ts index 65fa94a725..6559274fdd 100644 --- a/web/src/flow/stages/prompt/PromptStage.ts +++ b/web/src/flow/stages/prompt/PromptStage.ts @@ -226,7 +226,7 @@ ${prompt.initialValue}