luci-app-ddns: remove obsolete header
authorFlorian Eckert <fe@dev.tdt.de>
Fri, 4 Sep 2020 12:08:19 +0000 (14:08 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Sun, 6 Sep 2020 12:23:09 +0000 (15:23 +0300)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js

index 5b8d381627d7bee1243e561ddbf8f57c5d4e7ec2..a426129b7c88cd72b04267b31f02b134afa60960 100644 (file)
@@ -150,7 +150,7 @@ return view.extend({
 
                m = new form.Map('ddns', _('Dynamic DNS'));
 
-               s = m.section(form.NamedSection, 'global', 'ddns', _('Information'));
+               s = m.section(form.NamedSection, 'global', 'ddns',);
 
                s.tab('info', _('Information'));
                s.tab('global', _('Global Settings'));