diff --git a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/StorageManager/StorageManagerController.js b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/StorageManager/StorageManagerController.js index 6bb765ab19f2ddf21cad97ae88203d8aba745caf..2591ed64aeaab629e966415acc7df9975e668467 100644 --- a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/StorageManager/StorageManagerController.js +++ b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/StorageManager/StorageManagerController.js @@ -44,7 +44,7 @@ function StorageManagerController(mainController) { var isMultiplePosition = data.properties[newStoragePropertyGroup.positionProperty].split(" ").length > 1; if(isMultiplePosition) { - var errorMsg = "Multiple position support is not implemented on the manager, please use the sample form for this."; + var errorMsg = "Multiple position Samples are not supported by the manager, please use the sample form for this."; Util.showError(errorMsg); throw errorMsg; } else {