Skip to content

Commit

Permalink
Fix minor typo in settings.jinja2
Browse files Browse the repository at this point in the history
"Asisstant" -> "Assistant" line 445
  • Loading branch information
Kagey-cmd authored Aug 29, 2024
1 parent 3d3f940 commit 5385e51
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
<div class="col s12">
<label>
<input type="checkbox" name="exclude_ha_database" id="exclude_ha_database"class="filled-in checkbox-ha" />
<span>Exclude Home Asisstant Database from Backups</span>
<span>Exclude Home Assistant Database from Backups</span>
<br />
<span class="helper-text">Don't include the Home Assistant database in backups. Useful if you need to save space and don't care about history. Applies to both full and partial backups.</span>
</label>
Expand Down Expand Up @@ -703,4 +703,4 @@
<a href="#!" class="btn-flat" onclick="handleCloseSettings()" id="save_cancel"><i
class="material-icons">close</i>Cancel</a>
</div>
</div>
</div>

0 comments on commit 5385e51

Please sign in to comment.