ref 12217: DataMiner - Please update Execute Experiment text of Data Miner to be generic

https://support.d4science.org/issues/12217

Updated the text 


git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/data-miner-manager@169886 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2018-07-20 14:05:46 +00:00
parent 34e075b581
commit e744bd2a93
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public class HomePanel extends SimpleContainer {
SimpleContainer itemExperiment = createMenuItem(
"Execute an Experiment",
"This section allows to execute or prepare a Niche Modeling experiment. The section is endowed with a list of algorithms for training and executing statistical models for biological applications. Evaluation of the performances is possible by means of several kinds of measurement systems and processes.",
"This section allows to execute or prepare an online experiment or method. The section is endowed with a list of algorithms for executing models for various application domains.",
DataMinerManager.resources.executionIcon(), new MouseDownHandler() {
@Override