Skip to content

Commit

Permalink
disks: fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
lisaac committed Mar 8, 2020
1 parent cedcaf7 commit 3c525f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luasrc/model/cbi/diskman/disks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require("luci.tools.webadmin")
local dm = require "luci.model.diskman"

-- Use (non-UCI) SimpleForm since we have no related config file
m = SimpleForm("diskman", translate("Disk Man"), translate("Manage Disks over LuCI."))
m = SimpleForm("diskman", translate("DiskMan"), translate("Manage Disks over LuCI."))
m.template = "diskman/cbi/xsimpleform"
-- m:append(Template("diskman/disk_info"))
-- disable submit and reset button
Expand Down

0 comments on commit 3c525f7

Please sign in to comment.