diff --git a/integration-tests/templates/etlserver-all/etc/service.properties b/integration-tests/templates/etlserver-all/etc/service.properties
index 748ac6835b4c1dd21b97a842c667023fdbb83e52..0f176a4951791dbe6e4816967c17a6c27b216ae7 100644
--- a/integration-tests/templates/etlserver-all/etc/service.properties
+++ b/integration-tests/templates/etlserver-all/etc/service.properties
@@ -60,7 +60,7 @@ inputs=raw-data,image-analysis
 # The directory to watch for incoming data.
 raw-data.incoming-dir = ../data/out-raw
 # The group the samples extracted by this thread belong to. If commented out or empty, then samples
-# are considered global (not group private). 
+# are considered associated to a database instance (not group private). 
 raw-data.group-code = CISD
 
 # The extractor plugin class to use for data set information extraction
@@ -98,7 +98,7 @@ raw-data.storage-processor.file-extractor = ch.systemsx.cisd.etlserver.imsb.HCSI
 # ---------------------------------------------------------------------------
 image-analysis.incoming-dir = ../data/out-analysis
 # The group the samples extracted by this thread belong to. If commented out or empty, then samples
-# are considered global (not group private). 
+# are considered associated to a database instance (not group private). 
 image-analysis.group-code = CISD
 
 image-analysis.data-set-info-extractor = ch.systemsx.cisd.etlserver.threev.DataSetInfoExtractorForImageAnalysis