diff options
author | Florian Eckert <fe@dev.tdt.de> | 2023-06-28 10:56:21 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2023-06-28 10:56:23 +0200 |
commit | a9b918cef0b7f2440aa01958d0ab1b4cb259223c (patch) | |
tree | 18cfe414049c843a9723c04ff2e36026d0c29567 /modules/luci-mod-dsl/root/usr | |
parent | 982b75bb6ca4a282834289996ee9d02fe7a72790 (diff) |
luci-mod-dsl: rename menu entry from DSL status to xDSL
The page is already on the status page. Therefore, the information does
not need to be added to the menu item.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'modules/luci-mod-dsl/root/usr')
-rw-r--r-- | modules/luci-mod-dsl/root/usr/share/luci/menu.d/luci-mod-dsl.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-dsl/root/usr/share/luci/menu.d/luci-mod-dsl.json b/modules/luci-mod-dsl/root/usr/share/luci/menu.d/luci-mod-dsl.json index 4e77b6f9e6..498157f92d 100644 --- a/modules/luci-mod-dsl/root/usr/share/luci/menu.d/luci-mod-dsl.json +++ b/modules/luci-mod-dsl/root/usr/share/luci/menu.d/luci-mod-dsl.json @@ -1,6 +1,6 @@ { "admin/status/dsl": { - "title": "DSL Status", + "title": "xDSL", "order": 7, "action": { "type": "firstchild" |