From 0e81e00c7f9d7a96f0029a33c3604e033bc346f6 Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Mon, 4 Jan 2016 13:25:03 +0000
Subject: [PATCH] Renamed button text

SVN: 35409
---
 .../eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.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/util/FormUtil.js b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js
index b2840144b88..8d5e7611cbd 100644
--- a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js
+++ b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js
@@ -422,7 +422,7 @@ var FormUtil = new function() {
 	this.getHierarchyButton = function(permId) {
 		var $hierarchyButton = $("<a>", { 'class' : 'btn btn-default'} )
 									.append($('<img>', { 'src' : './img/hierarchy-icon.png', 'style' : 'width:16px; height:17px;' }))
-									.append(' V');
+									.append(' G');
 		$hierarchyButton.click(function() {
 			mainController.changeView('showSampleHierarchyPage', permId);
 		});
-- 
GitLab