summaryrefslogtreecommitdiff
path: root/src/client/view/graph_view.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/view/graph_view.js')
-rw-r--r--src/client/view/graph_view.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js
index 721e71ed..f7afc733 100644
--- a/src/client/view/graph_view.js
+++ b/src/client/view/graph_view.js
@@ -93,7 +93,7 @@ function init_checkboxes(graph, update_view) {
input.attr("name", type);
div.append(input);
- div.append(util.capitalize(type));
+ div.append(util.capitalize(model_types.node_titles[type]));
root.append(div);
});
}