diff --git a/src/opnsense/mvc/app/models/OPNsense/CaptivePortal/CaptivePortal.xml b/src/opnsense/mvc/app/models/OPNsense/CaptivePortal/CaptivePortal.xml index 4db0a2d6a..7b72bc66c 100644 --- a/src/opnsense/mvc/app/models/OPNsense/CaptivePortal/CaptivePortal.xml +++ b/src/opnsense/mvc/app/models/OPNsense/CaptivePortal/CaptivePortal.xml @@ -35,14 +35,14 @@ 0 0 10080 - Idle timeout must be between 0(no timeout) and 10080 (a week) + Idle timeout, in minutes, must be between 0 (no timeout) and 10080 (a week) Y 0 0 10080 - Hard timeout must be between 0(no timeout) and 10080 (a week) + Hard timeout, in minutes, must be between 0 (no timeout) and 10080 (a week) Y diff --git a/src/opnsense/mvc/app/models/OPNsense/TrafficShaper/TrafficShaper.xml b/src/opnsense/mvc/app/models/OPNsense/TrafficShaper/TrafficShaper.xml index 00f865c1e..591ac5350 100644 --- a/src/opnsense/mvc/app/models/OPNsense/TrafficShaper/TrafficShaper.xml +++ b/src/opnsense/mvc/app/models/OPNsense/TrafficShaper/TrafficShaper.xml @@ -30,7 +30,7 @@ Kbit/s Mbit/s - Bandwidth metric should be one of bit,Kbit,Mbit + Bandwidth metric should be one of bit, kbit, Mbit N diff --git a/src/www/diag_traceroute.php b/src/www/diag_traceroute.php index dd9bb0f6e..d345e50e7 100644 --- a/src/www/diag_traceroute.php +++ b/src/www/diag_traceroute.php @@ -171,14 +171,6 @@ include("head.inc"); -
-

- - -

- -

-
diff --git a/src/www/firewall_aliases_edit.php b/src/www/firewall_aliases_edit.php index dd9d3f834..2899cfba7 100644 --- a/src/www/firewall_aliases_edit.php +++ b/src/www/firewall_aliases_edit.php @@ -498,7 +498,7 @@ endforeach;
- +
@@ -516,10 +516,10 @@ endforeach;
-
+
- + diff --git a/src/www/interfaces_groups.php b/src/www/interfaces_groups.php index 5ffebd400..9ff3bfa16 100644 --- a/src/www/interfaces_groups.php +++ b/src/www/interfaces_groups.php @@ -63,7 +63,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { include("head.inc"); legacy_html_escape_form_data($a_ifgroups); $main_buttons = array( - array('href' => 'interfaces_groups_edit.php', 'label' => gettext('Add')), + array('href' => 'interfaces_groups_edit.php', 'label' => gettext('Add a new group')), ); ?> @@ -133,10 +133,10 @@ $main_buttons = array( - "> + "> - diff --git a/src/www/services_igmpproxy.php b/src/www/services_igmpproxy.php index bd05c4b20..a55a26670 100644 --- a/src/www/services_igmpproxy.php +++ b/src/www/services_igmpproxy.php @@ -60,7 +60,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { include("head.inc"); legacy_html_escape_form_data($a_igmpproxy); $main_buttons = array( - array('label'=>gettext("add a new igmpentry"), 'href'=>'services_igmpproxy_edit.php'), + array('label' => gettext('Add a new IGMP entry'), 'href' => 'services_igmpproxy_edit.php'), ); ?> @@ -130,7 +130,7 @@ $main_buttons = array( - " class="btn btn-default btn-xs"> + " class="btn btn-default btn-xs"> diff --git a/src/www/services_unbound_advanced.php b/src/www/services_unbound_advanced.php index c143aae88..799d4fc84 100644 --- a/src/www/services_unbound_advanced.php +++ b/src/www/services_unbound_advanced.php @@ -305,11 +305,11 @@ include_once("head.inc");