diff options
author | BonfaceKilz | 2022-04-07 13:01:38 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-04-07 13:14:41 +0300 |
commit | 79ad76aa62264de6cf550d89ce2e4046698d032b (patch) | |
tree | 69586ade857a375168a9c452781c0f0891de1d36 | |
parent | efaf6f18741d6e5d12a3d8a7f323532523db071a (diff) | |
download | genenetwork2-79ad76aa62264de6cf550d89ce2e4046698d032b.tar.gz |
Fix "Pubmed" spelling to "PubMed"
-rw-r--r-- | wqflask/wqflask/templates/edit_phenotype.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/edit_phenotype.html b/wqflask/wqflask/templates/edit_phenotype.html index c4fa0200..0fa2dafb 100644 --- a/wqflask/wqflask/templates/edit_phenotype.html +++ b/wqflask/wqflask/templates/edit_phenotype.html @@ -65,7 +65,7 @@ {% endif %} <form id="edit-form" class="container form-horizontal" method="post" action="/datasets/{{dataset_id}}/traits/{{ publish_xref.id_ }}?resource-id={{ resource_id }}" enctype='multipart/form-data'> <div class="form-group"> - <label for="pubmed-id" class="col-sm-3 col-lg-2 control-label text-left">Pubmed ID</label> + <label for="pubmed-id" class="col-sm-3 col-lg-2 control-label text-left">PubMed ID</label> <!-- Do not enter PubMed_ID if this trait has not been Published. If the PubMed_ID you entered is alreday stored in our database, all the following fields except Post Publication |