luci-app-rosy-file-server: fix typo error on title

Signed-off-by: Rosy Song <rosysong@rosinson.com>
This commit is contained in:
Rosy Song 2019-04-07 18:44:58 +08:00
parent 6c83231b19
commit 6ca92f79ca

View 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"