Skip to content

Commit 7bc947f

Browse files
bramkragtenballoob
authored andcommitted
Update hui-card-options.ts (#3591)
1 parent 15564a1 commit 7bc947f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/panels/lovelace/components/hui-card-options.ts

+5-4
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,16 @@ export class HuiCardOptions extends LitElement {
6666
<paper-icon-button
6767
icon="hass:dots-vertical"
6868
slot="dropdown-trigger"
69+
aria-label="More options"
6970
></paper-icon-button>
7071
<paper-listbox slot="dropdown-content">
71-
<paper-item @click="${this._moveCard}"
72-
>${this.hass!.localize(
72+
<paper-item @click="${this._moveCard}">
73+
${this.hass!.localize(
7374
"ui.panel.lovelace.editor.edit_card.move"
7475
)}</paper-item
7576
>
76-
<paper-item @click="${this._deleteCard}"
77-
>${this.hass!.localize(
77+
<paper-item @click="${this._deleteCard}">
78+
${this.hass!.localize(
7879
"ui.panel.lovelace.editor.edit_card.delete"
7980
)}</paper-item
8081
>

0 commit comments

Comments
 (0)