diff --git a/src/public/index.html b/src/public/index.html index 2431f42..211f835 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -591,7 +591,14 @@

Node Info

{{ selectedNode.long_name }}

-
+
+ +
+ + + +
+
@@ -2726,8 +2733,8 @@ const url = this.getShareLinkForNode(nodeId); navigator.clipboard.writeText(url); - // tell use we copied it - alert("Copied to clipboard!"); + // tell user we copied it + alert("Link copied to clipboard!"); }, dismissShowingNodeNeighbours: function() {