Skip to content

Commit

Permalink
Update warning message for PM rois
Browse files Browse the repository at this point in the history
  • Loading branch information
rassokhina-e committed Sep 18, 2024
1 parent 1f04ec0 commit c76386b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/app/app/analysis/patternmatching/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ angular.module('a2.analysis.patternmatching', [
rois = this.getSelectedRois()
}
if (rois.length > 50){
notify.error('Select not more then 50 rois to validate.');
notify.error('Please reduce the number of selected ROIs to 50 or fewer to proceed.');
return;
}
var roiIds = rois.map(function(roi){ return roi.id; })
Expand Down

0 comments on commit c76386b

Please sign in to comment.