From a1851d3fd2452beb59060a7df5b6bcffee19e3e9 Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Wed, 10 Aug 2016 08:39:59 +0000
Subject: [PATCH] SSDM-3888: Renaming experiments

SVN: 36890
---
 .../eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js
index f8c2d2efaff..d9407b75991 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js
@@ -250,7 +250,7 @@ var FormUtil = new function() {
 			$component.attr('required', '');
 		}
 		
-		$component.append($("<option>").attr('value', '').attr('selected', '').text('Select an experiment type'));
+		$component.append($("<option>").attr('value', '').attr('selected', '').text('Select a type'));
 		for(var i = 0; i < experimentTypes.length; i++) {
 			var experimentType = experimentTypes[i];
 			if(profile.isExperimentTypeHidden(experimentType.code)) {
-- 
GitLab