diff --git a/files/app/main/status/e/local-services.ut b/files/app/main/status/e/local-services.ut index 39e65cca..cf90ef90 100755 --- a/files/app/main/status/e/local-services.ut +++ b/files/app/main/status/e/local-services.ut @@ -98,7 +98,7 @@ const templates = [ { name: "Sunba Smart camera", type: "camera", protocol: "http", port: 80, path: "ISAPI/Custom/snapshot?authInfo=USERNAME:PASSWORD" }, { name: "NTP Server", type: "time", protocol: "ntp", port: 123 }, { name: "Streaming video", type: "video", protocol: "rtsp", port: 554 }, - { name: "Winlink Server", type: "winlink", protocol: "winlink", port: 8772 }, + { name: "Winlink Post Office", type: "winlink", protocol: "winlink", port: 8772 }, { name: "Phone info", type: "phone", link: false, text: "xYOUR-PHONE-EXTENSION" }, { name: "Map", type: "map", protocol: "http", port: 80 }, { name: "MeshChat", type: "chat", protocol: "http", port: 80, path: "meshchat" },