Skip to content

Commit

Permalink
change open to annotate btn
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Sep 25, 2023
1 parent a8f392d commit 0c56a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/labeling/labelingSimpleAnnotationViewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
}
});
// display the open button normally.
let btn = `<button class="btn" data-id='${rs[0]}' onclick='openView(this)'>Open</button> &nbsp; <button class="btn" style="background-color:#008000" data-id='${rs[0]}' onclick='openGenericReview(this)'>Review</button>`;
let btn = `<button class="btn" data-id='${rs[0]}' onclick='openView(this)'>Annotate</button> &nbsp; <button class="btn" style="background-color:#008000" data-id='${rs[0]}' onclick='openGenericReview(this)'>Review</button>`;
if (labelingAnnotationCount >= labelingCount){
if (collectionHasFeedback){
// if there's feedback, show a review button.
Expand Down

0 comments on commit 0c56a61

Please sign in to comment.