Przeglądaj źródła

Ip -> IP [very minor / questionable]

Carlo Piovesan 2 lat temu
rodzic
commit
2c0f0bd894
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      index.html

+ 1 - 1
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,