diff --git a/src/www/services_dhcp_edit.php b/src/www/services_dhcp_edit.php
index a91f88df9..382f65daf 100644
--- a/src/www/services_dhcp_edit.php
+++ b/src/www/services_dhcp_edit.php
@@ -372,7 +372,7 @@ include("head.inc");
$mac = `/usr/sbin/arp -an | grep {$ip} | cut -d" " -f4`;
$mac = str_replace("\n","",$mac);
?>
- =gettext("Copy my MAC address");?>
+ =gettext("Copy my MAC address");?>
=gettext("Enter a MAC address in the following format: ".
"xx:xx:xx:xx:xx:xx");?>
@@ -487,7 +487,7 @@ include("head.inc");