We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8128cfa commit 5f855aaCopy full SHA for 5f855aa
src/install-choose/install-choose-dialog.ts
@@ -83,7 +83,7 @@ class ESPHomeInstallChooseDialog extends LitElement {
83
</mwc-list-item>
84
85
<mwc-list-item twoline hasMeta @click=${this._handleServerInstall}>
86
- <span>Plug into the computer running ESPHome Dashboard</span>
+ <span>Plug into the computer running ESPHome Device Builder</span>
87
<span slot="secondary">
88
${`For devices connected via USB to the server${
89
this._isPico ? " and running ESPHome" : ""
0 commit comments