Skip to content
Snippets Groups Projects
Commit 2e2d4c48 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

spelling of μRna back to MiRNA

parent dc5cd2bf
No related branches found
No related tags found
1 merge request!109Resolve "test issues"
......@@ -27,7 +27,7 @@ MiRnaPanel.prototype.createPreamble = function(miRna) {
result.appendChild(guiUtils.createLabel("NOT FOUND"));
} else {
var line = document.createElement("div");
line.appendChild(guiUtils.createLabel("μRna: "));
line.appendChild(guiUtils.createLabel("MiRNA: "));
line.appendChild(guiUtils.createLink("http://www.mirbase.org/cgi-bin/mirna_entry.pl?acc=" + miRna.getName(), miRna
.getName()));
line.appendChild(guiUtils.createNewLine());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment