aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2020-12-15 14:36:12 -0600
committerzsloan2020-12-15 14:36:12 -0600
commit4760b390f7e87ea16152a7ecf5422abfb4125176 (patch)
treec91ef678419b67360701bb87535564fc54c92b09 /wqflask
parent66f7e4977f751e3b533ee8fcdbba3547b9e0eace (diff)
downloadgenenetwork2-4760b390f7e87ea16152a7ecf5422abfb4125176.tar.gz
Fixed typo in mapping results table
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/mapping_results.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/mapping_results.html b/wqflask/wqflask/templates/mapping_results.html
index 86aa74b0..1a76ef7a 100644
--- a/wqflask/wqflask/templates/mapping_results.html
+++ b/wqflask/wqflask/templates/mapping_results.html
@@ -389,7 +389,7 @@
"orderable": false
} ],
"language": {
- "info": "Showing1 from _START_ to _END_ of " + js_data.total_markers + " records",
+ "info": "Showing from _START_ to _END_ of " + js_data.total_markers + " records",
},
"order": [[1, "asc" ]],
"sDom": "iRZtir",