From e379e0da552b768b0c5c49841b8d54005efae4de Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Wed, 30 Nov 2016 12:23:15 +0000
Subject: [PATCH] SSDM-4453 : Text on request order title updated

SVN: 37415
---
 .../1/as/webapps/eln-lims/html/js/config/StandardProfile.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/config/StandardProfile.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/StandardProfile.js
index 5bcf9d58c58..d6c9bd1fdc4 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/StandardProfile.js
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/StandardProfile.js
@@ -291,7 +291,7 @@ $.extend(StandardProfile.prototype, DefaultProfile.prototype, {
 												],
 				},
 				"REQUEST" : {
-					"SAMPLE_PARENTS_TITLE" : "Add Product from Catalog",
+					"SAMPLE_PARENTS_TITLE" : "Products from Catalog",
 					"SAMPLE_PARENTS_ANY_TYPE_DISABLED" : true,
 					"SAMPLE_CHILDREN_DISABLED" : true,
 					"SAMPLE_PARENTS_HINT" : [{
-- 
GitLab