summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-uvc_streamer/luasrc/controller
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-uvc_streamer/luasrc/controller')
-rw-r--r--applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua b/applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua
index 8363454ef1..7b995c26b6 100644
--- a/applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua
+++ b/applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua
@@ -22,7 +22,7 @@ function index()
return
end
- local page = entry({"admin", "services", "uvc_streamer"}, cbi("uvc_streamer"), luci.i18n.translate("uvc_streamer", "UVC Streaming"), 60)
+ local page = entry({"admin", "services", "uvc_streamer"}, cbi("uvc_streamer"), luci.i18n.translate("Webcam streaming"), 60)
page.i18n = "uvc_streamer"
page.dependent = true
end