about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--uploader/templates/phenotypes/add-phenotypes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/phenotypes/add-phenotypes.html b/uploader/templates/phenotypes/add-phenotypes.html
index 9e368e1..2bd5fab 100644
--- a/uploader/templates/phenotypes/add-phenotypes.html
+++ b/uploader/templates/phenotypes/add-phenotypes.html
@@ -16,7 +16,7 @@
   <a href="{{url_for('species.populations.phenotypes.add_phenotypes',
            species_id=species.SpeciesId,
            population_id=population.Id,
-           dataset_id=dataset.Id)}}">View Datasets</a>
+           dataset_id=dataset.Id)}}">Add Phenotypes</a>
 </li>
 {%endblock%}