File tree Expand file tree Collapse file tree
modules/luci-mod-network/htdocs/luci-static/resources/view/network Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -616,11 +616,11 @@ return view.extend({
616616 _ ( 'Lease trigger' ) ,
617617 _ ( 'Path to a script to run each time the lease file changes.' ) ) ;
618618
619- o = s . taboption ( 'general' , form . Value , 'hostsfile ' ,
619+ o = s . taboption ( 'general' , form . Value , 'hostsdir ' ,
620620 _ ( 'Hosts file' ) ,
621- _ ( 'Path to store a hostsfile (IP address to hostname mapping) in. Used by e.g. <code>dnsmasq</code>.' ) ) ;
621+ _ ( 'Directory to store hosts files (IP address to hostname mapping) in. Used by e.g. <code>dnsmasq</code>.' ) ) ;
622622
623- o = s . taboption ( 'general' , form . Value , 'piofolder ' ,
623+ o = s . taboption ( 'general' , form . Value , 'piodir ' ,
624624 _ ( 'PIO directory' ) ,
625625 _ ( 'Directory to store IPv6 prefix information files in (to detect and announce stale prefixes).' ) ) ;
626626
You can’t perform that action at this time.
0 commit comments