about summary refs log tree commit diff
path: root/uploader/templates/index.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-03-17 14:24:04 -0500
committerFrederick Muriuki Muriithi2026-03-17 14:24:04 -0500
commit7ace218d64845fcb09dd377562d12c99c2987ea4 (patch)
tree8c7e0de4477ee47a0102b9398d05a74d184b6305 /uploader/templates/index.html
parentf3d583756b6ef74f8431f8f799b90505eaa1ff77 (diff)
downloadgn-uploader-7ace218d64845fcb09dd377562d12c99c2987ea4.tar.gz
Species: Improve UI text, and fix minor bug.
Diffstat (limited to 'uploader/templates/index.html')
-rw-r--r--uploader/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/index.html b/uploader/templates/index.html
index b45b61c..4b15eb1 100644
--- a/uploader/templates/index.html
+++ b/uploader/templates/index.html
@@ -20,7 +20,7 @@
   <div class="col">
     <a href="{{url_for('species.create_species', return_to='base.index')}}"
        class="btn btn-outline-primary"
-       title="Create a new species.">Create a new Species</a>
+       title="Add a new species to Genenetwork.">add a new Species</a>
   </div>
 </div>
 {%endmacro%}