Skip to content
Snippets Groups Projects
Commit 2eaeda27 authored by juanf's avatar juanf
Browse files

SSDM-4763 : add missing label

SVN: 37981
parent 0a4f57fb
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ function MoveSampleView(moveSampleController, moveSampleModel) { ...@@ -40,7 +40,7 @@ function MoveSampleView(moveSampleController, moveSampleModel) {
_this._moveSampleModel.isNewExperiment = true; _this._moveSampleModel.isNewExperiment = true;
_this.repaintNewExperiment(); _this.repaintNewExperiment();
} }
}), "")); }), "Choose existing or create a new " + ELNDictionary.getExperimentDualName() +"?"));
$window.append($experimentSection); $window.append($experimentSection);
this.repaintExistingExperiment(); this.repaintExistingExperiment();
......
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