Fix incorrect text if no backups are found (#12441)

This commit is contained in:
Philip Allgaier 2022-04-26 19:32:04 +02:00 committed by GitHub
parent 35d892c418
commit 9caee357c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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