webui: Fix typo in a settings label

This commit is contained in:
Dave Chapman 2014-08-29 17:17:25 +01:00
parent 24171eb3d6
commit 4ce05e56a7

View file

@ -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),
},
{