From a43fd8e79109747cea394ff4819ca7980f32b620 Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Tue, 17 Nov 2015 14:38:46 +0000
Subject: [PATCH] SSDM-1964 : Better error message. (ongoing work)

SVN: 35083
---
 .../html/js/views/StorageManager/StorageManagerController.js    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 6bb765ab19f..2591ed64aea 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 {
-- 
GitLab