luci-app-rosy-file-server: fix typo error on title
authorRosy Song <rosysong@rosinson.com>
Sun, 7 Apr 2019 10:44:58 +0000 (18:44 +0800)
committerRosy Song <rosysong@rosinson.com>
Sun, 7 Apr 2019 10:44:58 +0000 (18:44 +0800)
Signed-off-by: Rosy Song <rosysong@rosinson.com>
applications/luci-app-rosy-file-server/luasrc/controller/rosy-file-server/rosy-file-server.lua

index 6c7c4920895caa50a80cc7e55a4af5a0a02d61de..2575151a7093b47527d682554ae8b2051a86fbc0 100644 (file)
@@ -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"