diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-07-31 14:05:44 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2020-09-03 08:53:52 +0200 |
commit | 55f6be2483d943e9482f0e98b3b2349a7bbf4f9f (patch) | |
tree | 54d96e48ab5e4c318b63da8c8135129c5f4b8c8f /applications/luci-app-ttyd/root | |
parent | 82d438489817ac7ab05195e21e427f29d5525a63 (diff) |
luci-app-ttyd: rename menu entry to terminal
Nobody can do anything with the title ttyd.
To make it more meaningful the menu entry is renamed to Terminal.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-ttyd/root')
-rw-r--r-- | applications/luci-app-ttyd/root/usr/share/luci/menu.d/luci-app-ttyd.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-ttyd/root/usr/share/luci/menu.d/luci-app-ttyd.json b/applications/luci-app-ttyd/root/usr/share/luci/menu.d/luci-app-ttyd.json index f76f9cfaa..023117674 100644 --- a/applications/luci-app-ttyd/root/usr/share/luci/menu.d/luci-app-ttyd.json +++ b/applications/luci-app-ttyd/root/usr/share/luci/menu.d/luci-app-ttyd.json @@ -1,6 +1,6 @@ { "admin/services/ttyd": { - "title": "ttyd", + "title": "Terminal", "action": { "type": "firstchild" }, |