Skip to content
Snippets Groups Projects
Commit acfbfcb1 authored by izabel's avatar izabel
Browse files

fix: sample type -> data set type (data set batch update panel)

SVN: 16574
parent eb3b2bba
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ public final class DataSetBatchUpdatePanel extends LayoutContainer
private final ToolBar createToolBar()
{
final ToolBar toolBar = new ToolBar();
toolBar.add(new LabelToolItem(viewContext.getMessage(Dict.SAMPLE_TYPE)
toolBar.add(new LabelToolItem(viewContext.getMessage(Dict.DATA_SET_TYPE)
+ GenericConstants.LABEL_SEPARATOR));
toolBar.add(dataSetTypeSelection);
return toolBar;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment