diff --git a/src/components/custom/ZwaveGraph.vue b/src/components/custom/ZwaveGraph.vue index cb8f414222f..2b28a2610da 100644 --- a/src/components/custom/ZwaveGraph.vue +++ b/src/components/custom/ZwaveGraph.vue @@ -426,7 +426,7 @@ export default { { color: '#666666', textColor: '#666666', - text: 'Unconnected', + text: 'Unknown', }, ], edgesLegend: [ @@ -955,7 +955,7 @@ export default { ) { if (!route) { if (routeKind !== RouteKind.NLWR) { - // unconnected + // unknown route node.color = this.legends[6].color } return