diff options
author | Frederick Muriuki Muriithi | 2025-01-23 15:42:16 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-01-23 15:42:16 -0600 |
commit | 0d5660492185170ecd162156a2b1b1ae2b2f6c7b (patch) | |
tree | 1c74859dbac03b5abc20366ab06c3f80d0d4dc3e /uploader | |
parent | a7f4c053122a534218943ea778d875d3c1cc3ee6 (diff) | |
download | gn-uploader-0d5660492185170ecd162156a2b1b1ae2b2f6c7b.tar.gz |
Rename "Collation" to "Database".
Diffstat (limited to 'uploader')
-rw-r--r-- | uploader/templates/phenotypes/view-phenotype.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/phenotypes/view-phenotype.html b/uploader/templates/phenotypes/view-phenotype.html index 03f7ea0..ad54f04 100644 --- a/uploader/templates/phenotypes/view-phenotype.html +++ b/uploader/templates/phenotypes/view-phenotype.html @@ -38,7 +38,7 @@ <td>{{phenotype.xref_id}}</td> </tr> <tr> - <td><strong>Collation</strong></td> + <td><strong>Database</strong></td> <td>{{dataset.FullName}}</td> </tr> <tr> |