Fix ignoring dicovered devices (#17117)

This commit is contained in:
Kevin 2023-06-30 16:15:32 +02:00 committed by GitHub
parent a09d71291b
commit 90df43c205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ export class HaConfigFlowCard extends LitElement {
? html`<mwc-button
@click=${this._ignoreFlow}
.label=${this.hass.localize(
`ui.panel.config.integrations.ignore.ignore`
"ui.panel.config.integrations.ignore.ignore"
)}
></mwc-button>`
: ""}