mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 04:06:35 +00:00
Fix translation (#2934)
This commit is contained in:
parent
7d92eede1f
commit
1e291e80b7
@ -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>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user