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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ class HaAuthorize extends litLocalizeLiteMixin(LitElement) {
protected render() { protected render() {
if (!this._authProviders) { if (!this._authProviders) {
return html` return html`
<p>[[localize('ui.panel.page-authorize.initializing')]]</p> <p>${this.localize("ui.panel.page-authorize.initializing")}</p>
`; `;
} }