diff --git a/src/auth/ha-authorize.ts b/src/auth/ha-authorize.ts index 41e841af03..fe17c90bcb 100644 --- a/src/auth/ha-authorize.ts +++ b/src/auth/ha-authorize.ts @@ -53,7 +53,7 @@ class HaAuthorize extends litLocalizeLiteMixin(LitElement) { protected render() { if (!this._authProviders) { return html` -

[[localize('ui.panel.page-authorize.initializing')]]

+

${this.localize("ui.panel.page-authorize.initializing")}

`; }