From: Dave Chapman Date: Fri, 29 Aug 2014 16:17:25 +0000 (+0100) Subject: webui: Fix typo in a settings label X-Git-Tag: v4.1~1482 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ce05e56a702df48afccfc6cd3dd7d302a7fa629;p=thirdparty%2Ftvheadend.git webui: Fix typo in a settings label --- diff --git a/src/access.c b/src/access.c index 0618200d6..f31d1fdfc 100644 --- a/src/access.c +++ b/src/access.c @@ -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), }, {