Change 'Studies' to 'Series' because in LesionTracker, thumbnails are organized at the study level, but in OHIF Viewer, they are at the series level.

This commit is contained in:
Rob Lewis 2016-08-17 15:40:28 -04:00
parent 314bdccaa9
commit ed918c9d32

View File

@ -12,7 +12,7 @@ Template.toolbarSection.helpers({
svgLink: '/packages/viewerbase/assets/icons.svg#icon-studies',
svgWidth: 15,
svgHeight: 13,
bottomLabel: 'Studies'
bottomLabel: 'Series'
}]
};
},