mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +00:00
Update ha-backup-overview-summary.ts
This commit is contained in:
parent
6a345d86a6
commit
33b410dea0
@ -99,7 +99,7 @@ class HaBackupOverviewBackups extends LitElement {
|
|||||||
: "You have no successful backups.";
|
: "You have no successful backups.";
|
||||||
|
|
||||||
if (lastAttempt && lastAttempt > lastSuccessfulBackupDate) {
|
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`
|
return html`
|
||||||
<ha-backup-summary-card
|
<ha-backup-summary-card
|
||||||
heading="Last automatic backup failed"
|
heading="Last automatic backup failed"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user