]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui: Fix typo in a settings label
authorDave Chapman <dave@dchapman.com>
Fri, 29 Aug 2014 16:17:25 +0000 (17:17 +0100)
committerDave Chapman <dave@dchapman.com>
Fri, 29 Aug 2014 16:17:25 +0000 (17:17 +0100)
src/access.c

index 0618200d679ca1ad4e0a62df875bb364b760d8dc..f31d1fdfcf846d9873601dd47c31815f127cb84d 100644 (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),
     },
     {