Skip to content

Commit 8938e2a

Browse files
committed
recorder: add "Select All" title
1 parent f4d2766 commit 8938e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/recorder/interface.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@
728728
<h2>GPS Tracks</h2>`;
729729

730730
if (trackList.length > 0) {
731-
html += `<input type="checkbox" id="select-all">`
731+
html += `<input type="checkbox" id="select-all"><span>Select all</span>`
732732
html += `<div class="accordion">`;
733733
trackList.forEach((track, index) => {
734734
const trackData = trackLineToObject(track.info.headers, track.info.l);

0 commit comments

Comments
 (0)