From 1e291e80b70e0374d5c418795c3a3291cc864670 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 15 Mar 2019 09:23:21 -0700 Subject: [PATCH] Fix translation (#2934) --- src/auth/ha-authorize.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")}

`; }