diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2024-02-07 16:26:53 +0200 |
---|---|---|
committer | Paul Donald <itsascambutmailmeanyway@gmail.com> | 2024-02-07 15:47:10 +0100 |
commit | ee632a18886fe8ac5000d4cb9c86aa2b17288874 (patch) | |
tree | 773bdd5bf909199893e9ed07cbb03b96dc640c94 /applications/luci-app-cloudflared/root | |
parent | 766224d9aedd1c156dc57ea837145b3b41da53a5 (diff) |
luci-app-cloudflared: simplify translation
Rename "Debug level" with "Logging level".
Reuse similar messages "Log" and "Logs".
Remove now unused "Collecting data...".
Use "Cloudflare Zero Trust Tunnel" instead of just "Cloudflared".
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Diffstat (limited to 'applications/luci-app-cloudflared/root')
-rw-r--r-- | applications/luci-app-cloudflared/root/usr/share/luci/menu.d/luci-app-cloudflared.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-cloudflared/root/usr/share/luci/menu.d/luci-app-cloudflared.json b/applications/luci-app-cloudflared/root/usr/share/luci/menu.d/luci-app-cloudflared.json index 4177afa6be..a5dfe9d26c 100644 --- a/applications/luci-app-cloudflared/root/usr/share/luci/menu.d/luci-app-cloudflared.json +++ b/applications/luci-app-cloudflared/root/usr/share/luci/menu.d/luci-app-cloudflared.json @@ -1,6 +1,6 @@ { "admin/vpn/cloudflared": { - "title": "Cloudflared", + "title": "Cloudflare Zero Trust Tunnel", "order": 80, "action": { "type": "firstchild" @@ -27,7 +27,7 @@ } }, "admin/vpn/cloudflared/log": { - "title": "Logs", + "title": "Log", "order": 30, "action": { "type": "view", |