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 b2840144b8855f3c91a47d7a51d2eb3b1bf67968..8d5e7611cbd6b858b413db27df5e5e8524580a3d 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);
 		});