about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--uploader/templates/populations/view-population.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/uploader/templates/populations/view-population.html b/uploader/templates/populations/view-population.html
index ac89bc7..29add29 100644
--- a/uploader/templates/populations/view-population.html
+++ b/uploader/templates/populations/view-population.html
@@ -95,14 +95,13 @@
          id="genotypes-content"
          role="tabpanel"
          aria-labelledby="genotypes-content-tab">
-      <p>This allows you to upload the data that concerns your genotypes.</p>
-      <p>Any samples/individuals/cases/strains that do not already exist in the
-        system will be added. This does not delete any existing data.</p>
+      <p>Click the button to view and manage genetic data for individuals in
+        this population.</p>
       <a href="{{url_for('species.populations.genotypes.list_genotypes',
                species_id=species.SpeciesId,
                population_id=population.Id)}}"
          title="Upload genotype information for the '{{population.FullName}}' population of the '{{species.FullName}}' species."
-         class="btn btn-primary">upload genotypes</a>
+         class="btn btn-primary">manage genotypes</a>
     </div>
     <div class="tab-pane fade" id="expression-data-content" role="tabpanel" aria-labelledby="expression-data-content-tab">
       <p>Upload expression data (mRNA data) for this population.</p>