about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--uploader/templates/populations/sui-view-population.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/uploader/templates/populations/sui-view-population.html b/uploader/templates/populations/sui-view-population.html
index 08bcd7c..6244f4d 100644
--- a/uploader/templates/populations/sui-view-population.html
+++ b/uploader/templates/populations/sui-view-population.html
@@ -57,17 +57,15 @@
          role="tabpanel"
          aria-labelledby="samples-content-tab">
       <p>Think of a <strong>"sample"</strong> as say a single case or individual
-        in the experiment. It could even be a single strain (where applicable)
-        under consideration.</p>
+        in the experiment. It could even be a single strain (where applicable).
+      </p>
       <p>This is a convenience feature for when you want to upload phenotypes to
         the system, but do not have the genotypes data ready yet.</p>
-      <p>Please click the button below to provide the samples that will be used
-        in your data.</p>
       <a href="{{url_for('species.populations.samples.list_samples',
                species_id=species.SpeciesId,
                population_id=population.Id)}}"
-         title="Upload samples for population '{{population['Name']}}'"
-         class="btn btn-primary">Upload Samples</a>
+         title="View and upload samples for population '{{population['Name']}}'"
+         class="btn btn-primary">Manage Samples</a>
     </div>
 
     <div class="tab-pane fade show active"