mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Fix incorrect text if no backups are found (#12441)
This commit is contained in:
parent
35d892c418
commit
9caee357c0
@ -132,7 +132,7 @@ class HaConfigBackup extends LitElement {
|
||||
.route=${this.route}
|
||||
.columns=${this._columns(this.narrow, this.hass.language)}
|
||||
.data=${this._getItems(this._backupData.backups)}
|
||||
.noDataText=${this.hass.localize("ui.panel.config.backup.no_bakcups")}
|
||||
.noDataText=${this.hass.localize("ui.panel.config.backup.no_backups")}
|
||||
>
|
||||
<span slot="header"
|
||||
>${this.hass.localize("ui.panel.config.backup.caption")}</span
|
||||
|
Loading…
x
Reference in New Issue
Block a user