webui: Fix typo in a settings label
This commit is contained in:
parent
24171eb3d6
commit
4ce05e56a7
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue