diff --git a/src/public/index.html b/src/public/index.html
index 9e1fccf..19ea5bc 100644
--- a/src/public/index.html
+++ b/src/public/index.html
@@ -1748,7 +1748,7 @@
+ `
ID: ${neighbourNode.node_id} -> ${node.node_id}`
+ `
Hex ID: ${neighbourNode.node_id_hex} -> ${node.node_id_hex}`
+ (node.neighbours_updated_at ? `
Updated: ${moment(new Date(node.neighbours_updated_at)).fromNow()}` : '')
- + `
Note: Some of these super long distance 'Neighbours' don't seem right...`
+ + `
Note: Some neighbour lines are clearly wrong.
Firmware older than v2.3.2 reports MQTT nodes as Neighbours.
Fixed in #3457`
line.bindTooltip(tooltip, {
sticky: true,