Skip to content

Commit d6c0e50

Browse files
committed
Improve message when there are no models
Refs pombase/pombase-gocam#118
1 parent 0b48292 commit d6c0e50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gocam_view/templates/gocam_view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
if (resStatus && resStatus == 'no-models') {
274274
const container = document.getElementById('cy-container');
275275
container.innerHTML =
276-
"<div style='margin: 1.5em; font-size: 180%;'>No models to display due to filtering by activity</div>";
276+
"<div style='margin: 1.5em; font-size: 180%;'>No models to display because the genes in this list are no yet curated into pathway</div>";
277277
return;
278278
}
279279

0 commit comments

Comments
 (0)