diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/VocabularyManager/VocabularyManagerView.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/VocabularyManager/VocabularyManagerView.js
index 384f77aa7c712e4b890ddc545c3e5c586376d0ae..a37ca1064f2f12e2e466f30ab86156902ae156c0 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/VocabularyManager/VocabularyManagerView.js
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/VocabularyManager/VocabularyManagerView.js
@@ -128,7 +128,7 @@ function VocabularyManagerView(vocabularyManagerController, vocabularyManagerMod
 		this._subtitle.empty();
 		this._subtitle.append("Terms from vocabulary " + vocabulary.code);
 
-		var $back = $("<a>", { "class" : "btn btn-primary", "style" : "margin-top: 10px;", "id" : "back-to-vocabularies"}).append("Back to Vocabularies");
+		var $back = $("<a>", { "class" : "btn btn-default", "style" : "margin-top: 10px;", "id" : "back-to-vocabularies"}).append("⇦ Back");
         $back.click(function() {
             _this._showVocabularies();
         });