diff --git a/eu_basynthec/source/html/browser/basynthec-browser.js b/eu_basynthec/source/html/browser/basynthec-browser.js
index cb7c4f1858abe6724f7273c9a237f7a6abd67478..4e229f9fcc4c8b14deb99c059b242d3b86c8b9c2 100644
--- a/eu_basynthec/source/html/browser/basynthec-browser.js
+++ b/eu_basynthec/source/html/browser/basynthec-browser.js
@@ -558,11 +558,11 @@ AppModel.prototype.initializeOd600WithPhenotypesAndPredictionsModel = function(c
 		
 		model.od600StrainsWithPhenotypesAndPredictionsGroups = [];
 		model.od600StrainsWithPhenotypesAndPredictionsGroups.push({
-			"mainGroupName" : "Known strains with phenotypes and predictions",
+			"mainGroupName" : "Strains with phenotypes, predictions and data in OpenBIS",
 			"groups" : createStrainGroups(strainsKnownToOpenbisWithPhenotypesAndPredictions)
 		});
 		model.od600StrainsWithPhenotypesAndPredictionsGroups.push({
-			"mainGroupName" : "Unknown strains with phenotypes or predictions",
+			"mainGroupName" : "Strains with phenotypes or predictions but no data in OpenBIS",
 			"groups" : createStrainGroups(strainsUnknownToOpenbisWithPhenotypesOrPredictions)
 		});
 		
diff --git a/eu_basynthec/source/html/browser/index.html b/eu_basynthec/source/html/browser/index.html
index 780de5d2ad41035ba108f9f6f0063e7c6a13edef..1b144b0bd8eaad7289944052dfbf23450de5c7da 100644
--- a/eu_basynthec/source/html/browser/index.html
+++ b/eu_basynthec/source/html/browser/index.html
@@ -109,7 +109,7 @@ $(document).ready(function() {
 		<input type="radio" name="groupgroup" id="groupradio1" checked> <label for="groupradio1">Data Set Type</label>
 		<input type="radio" name="groupgroup" id="groupradio2"> <label for="groupradio2">Strains</label>
 		<input type="radio" name="groupgroup" id="groupradio3"> <label for="groupradio3">OD600</label>
-		<input type="radio" name="groupgroup" id="groupradio4"> <label for="groupradio4">OD600 with phenotypes and predictions</label>
+		<input type="radio" name="groupgroup" id="groupradio4"> <label for="groupradio4">Strain DB</label>
 	</div>
 </div>