mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix label for cover button mode (#16791)
This commit is contained in:
parent
b0a278df97
commit
7b8f4d1e72
@ -195,7 +195,7 @@ class MoreInfoCover extends LitElement {
|
||||
<ha-icon-button
|
||||
.label=${this.hass.localize(
|
||||
`ui.dialogs.more_info_control.cover.switch_mode.${
|
||||
this._mode || "position"
|
||||
this._mode === "position" ? "button" : "position"
|
||||
}`
|
||||
)}
|
||||
.path=${this._mode === "position"
|
||||
|
Loading…
x
Reference in New Issue
Block a user