From b96c1102d3a95d5489f1c8c5d52b67a1e05fdd1b Mon Sep 17 00:00:00 2001 From: Ryan Birmingham Date: Tue, 5 Sep 2023 14:30:00 -0400 Subject: [PATCH] tutorial -> protocol --- apps/labeling/pitfalls.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/labeling/pitfalls.js b/apps/labeling/pitfalls.js index 174ee717f..58b643d0c 100644 --- a/apps/labeling/pitfalls.js +++ b/apps/labeling/pitfalls.js @@ -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(); }, @@ -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';