Skip to content

Commit

Permalink
Weekly backup on tuesday: spelling mistake (#23410)
Browse files Browse the repository at this point in the history
  • Loading branch information
silamon authored Dec 23, 2024
1 parent edc0899 commit 9cde763
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class HaBackupBackupsSummary extends LitElement {
scheduleText = `Weekly on Mondays at ${time}`;
}
if (schedule === BackupScheduleState.TUESDAY) {
scheduleText = `Weekly on Thuesdays at ${time}`;
scheduleText = `Weekly on Tuesdays at ${time}`;
}
if (schedule === BackupScheduleState.WEDNESDAY) {
scheduleText = `Weekly on Wednesdays at ${time}`;
Expand Down

0 comments on commit 9cde763

Please sign in to comment.