diff options
author | Frederick Muriuki Muriithi | 2024-09-03 16:52:18 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-03 16:52:18 -0500 |
commit | c4b6c239ca2652da5aa48eede31c2a400915c316 (patch) | |
tree | ace6ac4b6c4f9801f7905c06b2caa0cc33da43a6 /uploader | |
parent | 1c3f765dbea87ac702a47344a6ab476db5a98e18 (diff) | |
download | gn-uploader-c4b6c239ca2652da5aa48eede31c2a400915c316.tar.gz |
Improve UI copy.
Diffstat (limited to 'uploader')
-rw-r--r-- | uploader/templates/populations/list-populations.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/populations/list-populations.html b/uploader/templates/populations/list-populations.html index 6d4a174..f0e3d50 100644 --- a/uploader/templates/populations/list-populations.html +++ b/uploader/templates/populations/list-populations.html @@ -13,7 +13,7 @@ class="breadcrumb-item" {%endif%}> <a href="{{url_for('species.populations.list_species_populations', - species_id=species.SpeciesId)}}">List</a> + species_id=species.SpeciesId)}}">List populations</a> </li> {%endblock%} |