From ed918c9d327b4eb8955d37e3b04dd901fa78a9fc Mon Sep 17 00:00:00 2001 From: Rob Lewis Date: Wed, 17 Aug 2016 15:40:28 -0400 Subject: [PATCH] Change 'Studies' to 'Series' because in LesionTracker, thumbnails are organized at the study level, but in OHIF Viewer, they are at the series level. --- OHIFViewer/client/components/toolbarSection/toolbarSection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OHIFViewer/client/components/toolbarSection/toolbarSection.js b/OHIFViewer/client/components/toolbarSection/toolbarSection.js index eb1a20861..1c6c80762 100644 --- a/OHIFViewer/client/components/toolbarSection/toolbarSection.js +++ b/OHIFViewer/client/components/toolbarSection/toolbarSection.js @@ -12,7 +12,7 @@ Template.toolbarSection.helpers({ svgLink: '/packages/viewerbase/assets/icons.svg#icon-studies', svgWidth: 15, svgHeight: 13, - bottomLabel: 'Studies' + bottomLabel: 'Series' }] }; },