diff options
author | Frederick Muriuki Muriithi | 2024-10-10 16:30:55 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-10-10 16:30:55 -0500 |
commit | 56eb692b25ecf7a56235398f3b90fd0d02f5d097 (patch) | |
tree | ea59f06ebacd182eff3ac6bb3064bb679feff41d | |
parent | 4f994b79ecee851ea1cd0fa0699ee822c8884bc4 (diff) | |
download | gn-uploader-56eb692b25ecf7a56235398f3b90fd0d02f5d097.tar.gz |
UI hints: Help user in choosing the appropriate option.
-rw-r--r-- | uploader/templates/phenotypes/view-phenotype.html | 4 |
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%} |