From bd9453b5ab17ee6fdff9fada475c437beb1fb6a9 Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Wed, 22 Jun 2016 13:08:38 +0000 Subject: [PATCH] SSDM-3733 : New Message SVN: 36740 --- .../as/webapps/eln-lims/html/js/views/Export/ExportTreeView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/Export/ExportTreeView.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/Export/ExportTreeView.js index 2e64a488033..992be65f33f 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/Export/ExportTreeView.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/Export/ExportTreeView.js @@ -35,7 +35,7 @@ function ExportTreeView(exportTreeController, exportTreeModel) { var $formTitle = $("<h2>").append("Export Builder"); $formColumn.append($formTitle); - $formColumn.append(FormUtil.getInfoBox("You can select any parts of the accesible openBIS structure to export.", [ + $formColumn.append(FormUtil.getInfoBox("You can select any parts of the accesible openBIS structure to export:", [ "If you select a tree node and do not expand it, everything below this node will be exported by default.", "To export selectively only parts of a tree, open the nodes and select what to export." ])); -- GitLab