We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15564a1 commit 7bc947fCopy full SHA for 7bc947f
src/panels/lovelace/components/hui-card-options.ts
@@ -66,15 +66,16 @@ export class HuiCardOptions extends LitElement {
66
<paper-icon-button
67
icon="hass:dots-vertical"
68
slot="dropdown-trigger"
69
+ aria-label="More options"
70
></paper-icon-button>
71
<paper-listbox slot="dropdown-content">
- <paper-item @click="${this._moveCard}"
72
- >${this.hass!.localize(
+ <paper-item @click="${this._moveCard}">
73
+ ${this.hass!.localize(
74
"ui.panel.lovelace.editor.edit_card.move"
75
)}</paper-item
76
>
- <paper-item @click="${this._deleteCard}"
77
+ <paper-item @click="${this._deleteCard}">
78
79
"ui.panel.lovelace.editor.edit_card.delete"
80
81
0 commit comments