diff options
author | Munyoki Kilyungi | 2022-11-10 09:29:19 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-11-10 09:32:02 +0300 |
commit | 026c6353497e86bd85047ca4931c7d540852c51c (patch) | |
tree | e9ffc0b1fd260613a80a6d34c227c7e64e4469df /wqflask | |
parent | 97f5ab24e8ff8df638b5320058e8f0d815c28ed4 (diff) | |
download | genenetwork2-026c6353497e86bd85047ca4931c7d540852c51c.tar.gz |
Fix typo in probeset editing form
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/edit_probeset.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/edit_probeset.html b/wqflask/wqflask/templates/edit_probeset.html index 6c068e63..60973da2 100644 --- a/wqflask/wqflask/templates/edit_probeset.html +++ b/wqflask/wqflask/templates/edit_probeset.html @@ -71,7 +71,7 @@ </div> <div class="form-group"> <label for="homologeneid" class="col-sm-3 col-lg-2 control-label text-left"> - Homolegene Id: + Homologene Id: </label> <div class="col-sm-4"> <textarea name="homologeneid" class="form-control" rows="1">{{ probeset.homologeneid |default('', true) }}</textarea> |