Skip to content

Commit

Permalink
Update ha-backup-overview-summary.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Dec 24, 2024
1 parent 6a345d8 commit 33b410d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 33b410d

Please sign in to comment.