Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webui: Fix typo in a settings label
  • Loading branch information
linuxstb committed Aug 29, 2014
1 parent 24171eb commit 4ce05e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/access.c
Expand Up @@ -907,7 +907,7 @@ const idclass_t access_entry_class = {
{
.type = PT_U32,
.id = "channel_max",
.name = "Min Channel Max",
.name = "Max Channel Num",
.off = offsetof(access_entry_t, ae_chmax),
},
{
Expand Down

0 comments on commit 4ce05e5

Please sign in to comment.