From: Rosy Song Date: Sun, 7 Apr 2019 10:44:58 +0000 (+0800) Subject: luci-app-rosy-file-server: fix typo error on title X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6ca92f79ca26602c7fae134672a78a350acd0703;p=project%2Fluci.git luci-app-rosy-file-server: fix typo error on title Signed-off-by: Rosy Song --- diff --git a/applications/luci-app-rosy-file-server/luasrc/controller/rosy-file-server/rosy-file-server.lua b/applications/luci-app-rosy-file-server/luasrc/controller/rosy-file-server/rosy-file-server.lua index 6c7c492089..2575151a70 100644 --- a/applications/luci-app-rosy-file-server/luasrc/controller/rosy-file-server/rosy-file-server.lua +++ b/applications/luci-app-rosy-file-server/luasrc/controller/rosy-file-server/rosy-file-server.lua @@ -21,7 +21,7 @@ function index() page.index = false page = node("httpfs") - page.title = _("File-server") + page.title = _("Rosy File Server") page.target = alias("httpfs", "rosy-file-server") page.order = 5 page.setuser = "root"