Skip to content

Commit

Permalink
Added text to ocr help link. (#2120)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuastegmaier authored Oct 4, 2023
1 parent d0324c4 commit 5625cb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions concordia/templates/transcriptions/asset_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,8 @@ <h6>Why does <span class="font-italic">By the People</span> have this feature?</
{% if transcription_status == "not_started" or transcription_status == "in_progress" %}
<div id="ocr-section" class="row pl-3 pb-4 bg-white print-none">
<div class="d-flex flex-row align-items-center align-content-end ml-auto mr-3 mt-1">
<span>What is OCR</span>
<a tabindex="0" class="btn btn-link d-inline p-0" role="button" data-placement="top" data-trigger="focus click hover" title="When to use OCR" data-toggle="modal" data-target="#ocr-help-modal">
<span class="fas fa-question-circle" aria-label="When to use OCR"></span>
<span>What is OCR</span> <span class="fas fa-question-circle" aria-label="When to use OCR"></span>
</a>
<a role="button" data-placement="top" data-trigger="click" title="Transcribe with OCR" data-toggle="modal" data-target="#ocr-transcription-modal" id="ocr-transcription-link" class="btn btn-primary mx-1" disabled>Transcribe with OCR</a>
</div>
Expand Down

0 comments on commit 5625cb5

Please sign in to comment.