aboutsummaryrefslogtreecommitdiff
path: root/uploader
diff options
context:
space:
mode:
Diffstat (limited to 'uploader')
-rw-r--r--uploader/templates/phenotypes/view-phenotype.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/uploader/templates/phenotypes/view-phenotype.html b/uploader/templates/phenotypes/view-phenotype.html
index c5dea2b..99bb8e5 100644
--- a/uploader/templates/phenotypes/view-phenotype.html
+++ b/uploader/templates/phenotypes/view-phenotype.html
@@ -61,7 +61,7 @@
<div class="btn-group">
{%if "group:resource:edit-resource" in privileges%}
<input type="submit"
- title="Edit the values for the phenotype. Do we actually want this?"
+ title="Edit the values for the phenotype. This is meant to be used when you need to update only a few values."
class="btn btn-primary not-implemented"
value="edit" />
{%endif%}
@@ -70,7 +70,7 @@
<div class="btn-group">
{%if "group:resource:delete-resource" in privileges%}
<input type="submit"
- title="Delete the entire phenotype. Do we actually want this?"
+ title="Delete the entire phenotype. This is useful when you need to change data for most or all of the fields for this phenotype."
class="btn btn-danger not-implemented"
value="delete" />
{%endif%}