diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/grid/js/Grid.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/grid/js/Grid.js
index dce7323edfb3384b909176adf1d298081c748e23..13f118cf9b314a6fcf54659e78b2cedce302fb13 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/grid/js/Grid.js
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/grid/js/Grid.js
@@ -312,7 +312,7 @@ $.extend(Grid.prototype, {
 	exportTSV : function(isAllRowsOrVisible, isAllColumnsOrVisible, plainText) {
 		var _this = this;
 		if(plainText) {
-			Util.showWarning("<b>Don't use this file for imports</b><br>Do understand that you are importing the data removing the rich text format. If you use this file to import data back, you will be removing the rich text format on the database!", function() {
+			Util.showWarning("<b>DO NOT USE THIS FILE FOR BATCH UPDATE!</b><br>This file does not contain rich text format. If used for Batch Update, all rich text format in the updated entries will be lost!", function() {
 				_this.exportTSVB(isAllRowsOrVisible, isAllColumnsOrVisible, plainText);
 			});
 		} else {