about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-03-25 13:04:25 -0500
committerFrederick Muriuki Muriithi2026-03-25 13:04:25 -0500
commit3faa40a29e9373256f51d3071b24ea9554ef2cdb (patch)
treed0b67011ddd3ced2aefb6450719d7472d9efb001
parentb727b223fb6d1e02a5eb4d7b1a6f5a79773fc648 (diff)
downloadgn-uploader-3faa40a29e9373256f51d3071b24ea9554ef2cdb.tar.gz
genotypes: Simplify UI text.
-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>