mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Fix aria label icon name (#5992)
This commit is contained in:
parent
c5b223988a
commit
7daafcbe1b
@ -25,7 +25,7 @@ export class HaIconButton extends LitElement {
|
||||
protected render(): TemplateResult {
|
||||
return html`
|
||||
<mwc-icon-button
|
||||
.label=${this.label || this.icon}
|
||||
.label=${this.label}
|
||||
?disabled=${this.disabled}
|
||||
@click=${this._handleClick}
|
||||
>
|
||||
|
@ -183,7 +183,7 @@ class HUIRoot extends LitElement {
|
||||
${this._conversation(this.hass.config.components)
|
||||
? html`
|
||||
<ha-icon-button
|
||||
aria-label="Start conversation"
|
||||
label="Start conversation"
|
||||
icon="hass:microphone"
|
||||
@click=${this._showVoiceCommandDialog}
|
||||
></ha-icon-button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user