diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-10-13 13:50:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-13 13:50:37 +0200 |
commit | a12b467a65ff3f9ce9ee5eb8b4f69ac34ed6ca36 (patch) | |
tree | c89f8ac0932f15934e92d20c4028d0e7fa3ed687 /applications/luci-app-example/root | |
parent | 55ece96332751be7bd3f17dc5b618633f0271439 (diff) | |
parent | 7b073526a659842d942a3a0e4717ddba3ee6eadb (diff) |
Merge pull request #5912 from stokito/example
luci-app-example: improve description
Diffstat (limited to 'applications/luci-app-example/root')
-rw-r--r-- | applications/luci-app-example/root/usr/share/rpcd/acl.d/luci-app-example.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-example/root/usr/share/rpcd/acl.d/luci-app-example.json b/applications/luci-app-example/root/usr/share/rpcd/acl.d/luci-app-example.json index 998cb4b0e1..136f9aed55 100644 --- a/applications/luci-app-example/root/usr/share/rpcd/acl.d/luci-app-example.json +++ b/applications/luci-app-example/root/usr/share/rpcd/acl.d/luci-app-example.json @@ -1,6 +1,6 @@ { "luci-app-example": { - "description": "Grant UCI access to LuCI app ecample", + "description": "Grant UCI access to LuCI app example", "read": { "ubus": { "uci": [ |