mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 01:36:49 +00:00
Add localize string for Device info (#5781)
This commit is contained in:
parent
cf37ebb652
commit
661779ad4e
@ -29,7 +29,9 @@ export class HaDeviceCard extends LitElement {
|
||||
|
||||
protected render(): TemplateResult {
|
||||
return html`
|
||||
<ha-card header="Device info">
|
||||
<ha-card
|
||||
.header=${this.hass.localize("ui.panel.config.devices.device_info")}
|
||||
>
|
||||
<div class="card-content">
|
||||
${this.device.model
|
||||
? html` <div class="model">${this.device.model}</div> `
|
||||
|
@ -1191,6 +1191,7 @@
|
||||
"devices": {
|
||||
"caption": "Devices",
|
||||
"description": "Manage connected devices",
|
||||
"device_info": "Device info",
|
||||
"unnamed_device": "Unnamed device",
|
||||
"unknown_error": "Unknown error",
|
||||
"name": "Name",
|
||||
|
Loading…
x
Reference in New Issue
Block a user