Skip to content

Commit 93d8981

Browse files
committed
Change label on file manager
1 parent 1f3fec3 commit 93d8981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/arduino/components/panel_files.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function PanelFiles(state, emit) {
4444
return html`
4545
<div id="files">
4646
<div class="file-list">
47-
<span class="path">Serial: ${state.serialPath}</span>
47+
<span class="path">Board: ${state.serialPath}</span>
4848
<ul>
4949
${state.serialFiles.map((file) => ListItem('serial', file))}
5050
</ul>

0 commit comments

Comments
 (0)