mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 00:36:34 +00:00
Fix translation in device options (#6172)
This commit is contained in:
parent
d6c85719c9
commit
f53f81dbc4
@ -66,7 +66,7 @@ class DialogDeviceRegistryDetail extends LitElement {
|
||||
<paper-input
|
||||
.value=${this._nameByUser}
|
||||
@value-changed=${this._nameChanged}
|
||||
.label=${this.hass.localize("ui.dialogs.devices.name")}
|
||||
.label=${this.hass.localize("ui.panel.config.devices.name")}
|
||||
.placeholder=${device.name || ""}
|
||||
.disabled=${this._submitting}
|
||||
></paper-input>
|
||||
|
Loading…
x
Reference in New Issue
Block a user