diff options
author | Frederick Muriuki Muriithi | 2021-10-13 09:06:57 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2021-10-13 09:06:57 +0300 |
commit | 2b5b6a119e22d0bbe29c08681c34a50f9769f38e (patch) | |
tree | b582f934bc741cbf9f0fefbce4302e6376ee2bb5 /wqflask | |
parent | bfb9d00aabd140cd30ffd0d586464f2341550f6c (diff) | |
download | genenetwork2-2b5b6a119e22d0bbe29c08681c34a50f9769f38e.tar.gz |
Update the action button text
Issue:
https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/non-clustered-heatmaps-and-flipping.gmi
* Update the action button text to more closely correspond to the
action that the button triggers.
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/collections/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/collections/view.html b/wqflask/wqflask/templates/collections/view.html index d347a060..0ded66a6 100644 --- a/wqflask/wqflask/templates/collections/view.html +++ b/wqflask/wqflask/templates/collections/view.html @@ -54,7 +54,7 @@ class="btn btn-primary" data-url="{{heatmap_data_url}}" title="Generate heatmap from this collection"> - Clustered Heatmap + Generate Heatmap </button> </form> |