diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/DataSetForm/DataSetFormView.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/DataSetForm/DataSetFormView.js index 7900a2edff0885ecbdcb8c7010507c002525c786..036924ac75bf6dad120a2f9bcec6c95a5f3507b6 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/DataSetForm/DataSetFormView.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/DataSetForm/DataSetFormView.js @@ -92,7 +92,7 @@ function DataSetFormView(dataSetFormController, dataSetFormModel) { if(error) { Util.showError(error); } else { - Util.showSuccess("Export is being processed, you will receibe an email when is ready.", function() { Util.unblockUI(); }); + Util.showSuccess("Export is being processed, you will receibe an email when is ready, if you logout the process will stop.", function() { Util.unblockUI(); }); } }); }); diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/ExperimentForm/ExperimentFormView.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/ExperimentForm/ExperimentFormView.js index acdaba7da20ea780569a704b7212f9c61039e498..5fca07422572e502f7d5455524f2b6082eaf8e39 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/ExperimentForm/ExperimentFormView.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/ExperimentForm/ExperimentFormView.js @@ -104,7 +104,7 @@ function ExperimentFormView(experimentFormController, experimentFormModel) { if(error) { Util.showError(error); } else { - Util.showSuccess("Export is being processed, you will receibe an email when is ready.", function() { Util.unblockUI(); }); + Util.showSuccess("Export is being processed, you will receibe an email when is ready, if you logout the process will stop.", function() { Util.unblockUI(); }); } }); }); diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/ProjectForm/ProjectFormView.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/ProjectForm/ProjectFormView.js index 4545a3f2382310b5c2a61d1c695abfc878a33cff..717ba75e609b2d4db33fd9962cbc84321f8ede03 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/ProjectForm/ProjectFormView.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/ProjectForm/ProjectFormView.js @@ -109,7 +109,7 @@ function ProjectFormView(projectFormController, projectFormModel) { if(error) { Util.showError(error); } else { - Util.showSuccess("Export is being processed, you will receibe an email when is ready.", function() { Util.unblockUI(); }); + Util.showSuccess("Export is being processed, you will receibe an email when is ready, if you logout the process will stop.", function() { Util.unblockUI(); }); } }); }); diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleForm/SampleFormView.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleForm/SampleFormView.js index 78329a2dded28eea90f2f57e28751d3504b058ba..1e3bdf35ead4a98e4e2392e6ff238f49093ed2d2 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleForm/SampleFormView.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleForm/SampleFormView.js @@ -212,7 +212,7 @@ function SampleFormView(sampleFormController, sampleFormModel) { if(error) { Util.showError(error); } else { - Util.showSuccess("Export is being processed, you will receibe an email when is ready.", function() { Util.unblockUI(); }); + Util.showSuccess("Export is being processed, you will receibe an email when is ready, if you logout the process will stop.", function() { Util.unblockUI(); }); } }); }); diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SpaceForm/SpaceFormView.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SpaceForm/SpaceFormView.js index 0676f3e493e8f1a2f67c593a37fa62bb39c0de70..0f6b31692cf4f8336105d99be6e577b4245e4fd8 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SpaceForm/SpaceFormView.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SpaceForm/SpaceFormView.js @@ -44,7 +44,7 @@ function SpaceFormView(spaceFormController, spaceFormModel) { if(error) { Util.showError(error); } else { - Util.showSuccess("Export is being processed, you will receibe an email when is ready.", function() { Util.unblockUI(); }); + Util.showSuccess("Export is being processed, you will receibe an email when is ready, if you logout the process will stop.", function() { Util.unblockUI(); }); } }); });