Skip to content
Snippets Groups Projects
Commit 1d7b93b3 authored by juanf's avatar juanf
Browse files

SSDM-3733 : Updated message.

SVN: 36736
parent af27fd6f
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ function ExportTreeController(parentController) { ...@@ -41,7 +41,7 @@ function ExportTreeController(parentController) {
if(error) { if(error) {
Util.showError(error); Util.showError(error);
} else { } else {
Util.showSuccess("Export is being processed, you will receibe an email when is ready, if you logout the process will stop.", function() { Util.unblockUI(); }); Util.showSuccess("Export is being processed, you will receive an email when it is finished. If you logout the process will stop.", function() { Util.unblockUI(); });
mainController.refreshView(); mainController.refreshView();
} }
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment