diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-09-04 08:21:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 08:21:35 +0200 |
commit | 171480e4e71d4d9bc75d22cc9dfbc19b467ec0a4 (patch) | |
tree | 1cd6a59088e7fdddd176d7293817f37e22e3fabf /applications | |
parent | f94958e791bc005fca6087c97874c88f91b4030f (diff) | |
parent | 55f6be2483d943e9482f0e98b3b2349a7bbf4f9f (diff) |
Merge pull request #4411 from TDT-AG/pr/20200903-luci-app-ttyd
luci-app-ttyd: rename menu entry to terminal
Diffstat (limited to 'applications')
-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" }, |