luci-mod-network: fix typo
authorFranco Castillo <castillofrancodamian@gmail.com>
Mon, 2 Mar 2020 02:22:30 +0000 (23:22 -0300)
committerJo-Philipp Wich <jo@mein.io>
Mon, 2 Mar 2020 07:22:06 +0000 (08:22 +0100)
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js

index 280356efbad61509f4f00ff8ccb8295380da263f..80acd7c77d9250d8b8ca1a2eefd69afb32bb7099 100644 (file)
@@ -408,7 +408,7 @@ return L.view.extend({
                                o.modalonly = true;
                                o.default = o.enabled;
 
-                               type = s.taboption('physical', form.Flag, 'type', _('Bridge interfaces'), _('creates a bridge over specified interface(s)'));
+                               type = s.taboption('physical', form.Flag, 'type', _('Bridge interfaces'), _('Creates a bridge over specified interface(s)'));
                                type.modalonly = true;
                                type.disabled = '';
                                type.enabled = 'bridge';
@@ -722,7 +722,7 @@ return L.view.extend({
                        proto = s2.option(form.ListValue, 'proto', _('Protocol'));
                        proto.validate = name.validate;
 
-                       bridge = s2.option(form.Flag, 'type', _('Bridge interfaces'), _('creates a bridge over specified interface(s)'));
+                       bridge = s2.option(form.Flag, 'type', _('Bridge interfaces'), _('Creates a bridge over specified interface(s)'));
                        bridge.modalonly = true;
                        bridge.disabled = '';
                        bridge.enabled = 'bridge';