diff --git a/web/gui/src/main/webapp/app/view/topo/topoInst.js b/web/gui/src/main/webapp/app/view/topo/topoInst.js index 22e2b473d5..4146407b44 100644 --- a/web/gui/src/main/webapp/app/view/topo/topoInst.js +++ b/web/gui/src/main/webapp/app/view/topo/topoInst.js @@ -165,7 +165,7 @@ .data(onosOrder, function (d) { return d.id; }); function nSw(n) { - return 'Switches: ' + n; + return 'Devices: ' + n; } // operate on existing onos instances if necessary