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 @@
0010080
- 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)Y0010080
- 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/sMbit/s
- Bandwidth metric should be one of bit,Kbit,Mbit
+ Bandwidth metric should be one of bit, kbit, MbitN
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");
-
-
- =gettext("Note: ");?>
- =gettext("Traceroute may take a while to complete. You may hit the Stop button on your browser at any time to see the progress of failed traceroutes.");?>
-
- =gettext("Using a source interface/IP address that does not match selected type (IPv4, IPv6) will result in an error or empty output.");?>
-
-
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;
=gettext("Networks")?>
- =gettext("Networks are specified in CIDR format. Select the CIDR mask that pertains to each entry. /32 specifies a single IPv4 host, /128 specifies a single IPv6 host, /24 specifies 255.255.255.0, /64 specifies a normal IPv6 network, etc. Hostnames (FQDNs) may also be specified, using a /32 mask for IPv4 or /128 for IPv6.");?>
+ =gettext("Networks are specified in CIDR format. Select the CIDR suffix that pertains to each entry. /32 specifies a single IPv4 host, /128 specifies a single IPv6 host, /24 in IPv4 corresponds to 255.255.255.0, /64 specifies commonly used IPv6 network, etc. Hostnames (FQDNs) may also be specified, using /32 for IPv4 and /128 for IPv6.");?>
@@ -516,10 +516,10 @@ endforeach;
- =gettext("URL's")?>
+ =gettext("URLs")?>
- =gettext("Enter a URL containing a large number of IPs,ports and/or Subnets. After saving the lists will be downloaded and scheduled for automatic updates when a frequency is provided.");?>
+ =gettext("Enter an URL containing a large number of IPs, ports or subnets. After saving the lists will be downloaded and scheduled for automatic updates when a frequency is provided.");?>
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(