diff --git a/src/public/index.html b/src/public/index.html
index aecfa9b..b3d2f31 100644
--- a/src/public/index.html
+++ b/src/public/index.html
@@ -2789,8 +2789,8 @@
const tooltip = `[${escapeString(node.short_name)}] ${escapeString(node.long_name)} heard [${escapeString(neighbourNode.short_name)}] ${escapeString(neighbourNode.long_name)}`
+ `
SNR: ${neighbour.snr}dB`
+ `
Distance: ${distance}`
- + `
ID: ${neighbourNode.node_id} -> ${node.node_id}`
- + `
Hex ID: ${neighbourNode.node_id_hex} -> ${node.node_id_hex}`
+ + `
ID: ${node.node_id} heard ${neighbourNode.node_id}`
+ + `
Hex ID: ${node.node_id_hex} heard ${neighbourNode.node_id_hex}`
+ (node.neighbours_updated_at ? `
Updated: ${moment(new Date(node.neighbours_updated_at)).fromNow()}` : '')
+ `
Note: Some neighbour lines are clearly wrong.
Firmware older than v2.3.2 reports MQTT nodes as Neighbours.
Fixed in #3457`