From edc0150dbc5f0197fceb4e7536dc5775b39b8cf0 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 3 Sep 2023 18:04:13 +0000 Subject: [PATCH] Update 'luasrc/model/cbi/neko.lua' --- luasrc/model/cbi/neko.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luasrc/model/cbi/neko.lua b/luasrc/model/cbi/neko.lua index a98202b..223ebfd 100644 --- a/luasrc/model/cbi/neko.lua +++ b/luasrc/model/cbi/neko.lua @@ -7,7 +7,7 @@ local neko_model = require "luci.model.neko" local m, s, o m = taskd.docker_map("neko", "neko", "/usr/libexec/apps/neko/neko.sh", - translate("neko"), + translate("Neko"), translate("Welcome to Neko, a self-hosted virtual browser that runs in Docker and uses WebRTC technology. Neko is a powerful tool that allows you to run a fully-functional browser in a virtual environment that you can share with friends meow. When self hosting behind Wireguard be sure to forward internal and external udp port range 52000-52005. ") .. translate("Official website:") .. ' https://github.com/m1k1o/neko/')