From 2c0f0bd894cb420bca1dead507471cc7bdc6f01c Mon Sep 17 00:00:00 2001 From: Carlo Piovesan Date: Fri, 30 Sep 2022 11:10:28 +0200 Subject: [PATCH] Ip -> IP [very minor / questionable] --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 61a98b6..7a9210d 100644 --- a/index.html +++ b/index.html @@ -86,7 +86,7 @@ const netmapUpdateCb = (map) => { const ip = map.self.addresses[0]; const status = document.getElementById("networkStatus"); - status.innerHTML = "Ip: "+ip; + status.innerHTML = "IP: "+ip; }; const { listen, connect, bind, up } = await autoConf({ loginUrlCb,