Skip to content

Commit

Permalink
tutorial -> protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Sep 5, 2023
1 parent b62e7a3 commit b96c110
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/labeling/pitfalls.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,11 @@ function initCore() {
// callback: downloadSlide,
// },
{
id: 'tutorial',
id: 'protocol',
icon: 'help',
title: 'Tutorial',
title: 'ROI Selection Protocol',
type: 'btn',
value: 'tutorial',
value: 'protocol',
callback: ()=>{
createTutorial();
},
Expand Down Expand Up @@ -825,7 +825,7 @@ function createTILSample() {

function createTutorial() {
empty($UI.modalbox.body);
$UI.modalbox.setHeaderText('Tutorial');
$UI.modalbox.setHeaderText('ROI Selection Protocol');
$UI.modalbox.elt.style.paddingTop='60px';
$UI.modalbox.body.style.padding = 0;
$UI.modalbox.body.style.display = 'block';
Expand Down

0 comments on commit b96c110

Please sign in to comment.