mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 05:57:54 +00:00
Added missing translation to alarm panel card (#6390)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
e60e306426
commit
f98cdd0749
@ -191,7 +191,7 @@ class HuiAlarmPanelCard extends LitElement implements LovelaceCard {
|
|||||||
: html`
|
: html`
|
||||||
<paper-input
|
<paper-input
|
||||||
id="alarmCode"
|
id="alarmCode"
|
||||||
label="Alarm Code"
|
.label=${this.hass.localize('ui.card.alarm_control_panel.code')}
|
||||||
type="password"
|
type="password"
|
||||||
></paper-input>
|
></paper-input>
|
||||||
`}
|
`}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user