mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Update ha-backup-overview-summary.ts
This commit is contained in:
parent
317a2f5b21
commit
c697843c34
@ -99,7 +99,7 @@ class HaBackupOverviewBackups extends LitElement {
|
||||
: "You have no successful backups.";
|
||||
|
||||
if (lastAttempt && lastAttempt > lastSuccessfulBackupDate) {
|
||||
const lastAttemptDescription = `The last automatic backup trigged ${relativeTime(lastAttempt, this.hass.locale, now, true)} wasn't successful.`;
|
||||
const lastAttemptDescription = `The last automatic backup triggered ${relativeTime(lastAttempt, this.hass.locale, now, true)} wasn't successful.`;
|
||||
return html`
|
||||
<ha-backup-summary-card
|
||||
heading="Last automatic backup failed"
|
||||
|
Loading…
x
Reference in New Issue
Block a user