浏览代码

Ip -> IP [very minor / questionable]

Carlo Piovesan 2 年之前
父节点
当前提交
2c0f0bd894
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,