luci-app-rosy-file-server: fix typo error on title
Signed-off-by: Rosy Song <rosysong@rosinson.com>
This commit is contained in:
parent
6c83231b19
commit
6ca92f79ca
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue