mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Add missing aria-label to integration configure button (#17033)
This commit is contained in:
parent
1dfd859a2d
commit
3803bdc8da
@ -83,6 +83,9 @@ export class HaIntegrationCard extends LitElement {
|
|||||||
>
|
>
|
||||||
<ha-icon-button
|
<ha-icon-button
|
||||||
slot="header-button"
|
slot="header-button"
|
||||||
|
.label=${this.hass.localize(
|
||||||
|
"ui.panel.config.integrations.config_entry.configure"
|
||||||
|
)}
|
||||||
.path=${mdiCogOutline}
|
.path=${mdiCogOutline}
|
||||||
></ha-icon-button>
|
></ha-icon-button>
|
||||||
</ha-integration-header>
|
</ha-integration-header>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user