Skip to content

Commit

Permalink
Small typo fix (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosGS authored Oct 21, 2021
1 parent 7672332 commit 20bfe9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/esphome-header-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class ESPHomeHeaderMenu extends LitElement {
};

private _handleUpdateAll() {
if (!confirm(`Do you wan to update all devices?`)) {
if (!confirm(`Do you want to update all devices?`)) {
return;
}
openUpdateAllDialog();
Expand Down

0 comments on commit 20bfe9b

Please sign in to comment.