diff --git a/src/www/services_dhcp.php b/src/www/services_dhcp.php
index 97eb34cb5..df9c493ca 100644
--- a/src/www/services_dhcp.php
+++ b/src/www/services_dhcp.php
@@ -140,7 +140,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
$pool = $_GET['pool'];
}
} else {
- $savemsg = gettext("The DHCP Server can only be enabled on interfaces configured with static IP addresses") . ".
" . gettext("Only interfaces configured with a static IP will be shown") . ".";
+ $savemsg = gettext("The DHCP Server can only be enabled on interfaces configured with static IP addresses.") . "
" . gettext("Only interfaces configured with a static IP will be shown.");
}
/* If no interface is provided, choose first one from interfaces */
@@ -708,7 +708,7 @@ include("head.inc");
=gettext("Enable");?>
/>
-
+
/>
- =gettext("If this is checked, only the clients defined below will get DHCP leases from this server. ");?>
+ =gettext("If this is checked, only the clients defined below will get DHCP leases from this server.");?>
@@ -843,7 +843,7 @@ include("head.inc");
- =gettext("The default is to use the IP on this interface of the firewall as the gateway. Specify an alternate gateway here if this is not the correct gateway for your network. Type \"none\" for no gateway assignment.");?>
+ =gettext('The default is to use the IP on this interface of the firewall as the gateway. Specify an alternate gateway here if this is not the correct gateway for your network. Type "none" for no gateway assignment.');?>
@@ -861,16 +861,16 @@ include("head.inc");
- =gettext("The DHCP server can optionally provide a domain search list. Use the semicolon character as separator ");?>
+ =gettext("The DHCP server can optionally provide a domain search list. Use the semicolon character as separator.");?>
- =gettext("This is used for clients that do not ask for a specific " . "expiration time."); ?>
+ =gettext("This is used for clients that do not ask for a specific expiration time."); ?>
=gettext("The default is 7200 seconds.");?>
@@ -880,7 +880,7 @@ include("head.inc");
- =gettext("This is the maximum lease time for clients that ask"." for a specific expiration time."); ?>
+ =gettext("This is the maximum lease time for clients that ask for a specific expiration time."); ?>
=gettext("The default is 86400 seconds.");?>
@@ -892,7 +892,7 @@ include("head.inc");
- =gettext("Leave blank to disable. Enter the interface IP address of the other machine. Machines must be using CARP. Interface's advskew determines whether the DHCPd process is Primary or Secondary. Ensure one machine's advskew<20 (and the other is >20).");?>
+ =gettext("Leave blank to disable. Enter the interface IP address of the other machine. Machines must be using CARP. Interface's advskew determines whether the DHCPd process is Primary or Secondary. Ensure one machine's advskew<20 (and the other is >20).");?>