Skip to content

Commit

Permalink
fixed popover title for crop audio
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Oct 11, 2024
1 parent 7848488 commit c98211a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ <h6 class="fs-6">Audio Library:<a class="circle new-circle me-2" tabindex="-1" d
<label class="form-check-label" for="library-trim">Crop Library audio to night time periods
<input class="form-check-input" type="checkbox" role="switch" id="library-trim">
</label>
<a class="circle" tabindex="-1" data-bs-toggle="popover" data-bs-trigger="focus" data-bs-title="Add to Library on Save" id="Add to Library on Save-circle-help" data-bs-content="When enabled, audio files containing daylight periods are cropped, so the audio is only saved for notcurnal periods.">?</a>
<a class="circle" tabindex="-1" data-bs-toggle="popover" data-bs-trigger="focus" data-bs-title="Crop Library" id="Crop Library-circle-help" data-bs-content="When enabled, audio files containing daylight periods are cropped, so the audio is only saved for notcurnal periods.">?</a>
</div>
</div>
<div class="row p-2" id="choose-archive-location">
Expand Down

0 comments on commit c98211a

Please sign in to comment.