diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js
index 72e6f2599841e6e43a29811670bd5c17c02104b3..3e39b2d33f5015bb2379fcb1a2643908cee87394 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js
@@ -256,11 +256,11 @@ var Util = new function() {
 											.append($("<br>"))
 											.append("Directly clicking on it will open the default application.")
 											.append($("<br>"))
-											.append($("<b>Mac/Unix: </b>"))
+											.append($("<b>Mac (Opens in Finder): </b>"))
 											.append($("<a>", { "href" : directLinkUnix, "target" : "_blank"}).append(directLinkUnix))
 											.append($("<br>"))
 											.append($("<b>Windows (Copy link on Explorer): </b>"))
-											.append($("<a>", { "href" : directLinkWin, "target" : "_blank"}).append(directLinkWin));
+											.append(directLinkWin);
 		$window.css("margin-bottom", "10px");
 		$window.css("margin-left", "10px");
 		$window.css("margin-right", "10px");