Fix translation (#2934)

This commit is contained in:
Paulus Schoutsen
2019-03-15 09:23:21 -07:00
committed by GitHub
parent 7d92eede1f
commit 1e291e80b7
+1 -1
View File
@@ -53,7 +53,7 @@ class HaAuthorize extends litLocalizeLiteMixin(LitElement) {
protected render() {
if (!this._authProviders) {
return html`
<p>[[localize('ui.panel.page-authorize.initializing')]]</p>
<p>${this.localize("ui.panel.page-authorize.initializing")}</p>
`;
}