diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php
index 682467dc43..f77e7807cf 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -660,7 +660,7 @@ function build_pooltable() {
$pooltbl .= '
' . gettext("Pool Start") . ' | ';
$pooltbl .= '' . gettext("Pool End") . ' | ';
$pooltbl .= '' . gettext("Description") . ' | ';
- $pooltbl .= ' | ';
+ $pooltbl .= '' . gettext("Actions") . ' | ';
$pooltbl .= '';
$pooltbl .= '';
$pooltbl .= '';
@@ -679,9 +679,9 @@ function build_pooltable() {
$pooltbl .= '' .
htmlspecialchars($poolent['descr']) . ' | ';
- $pooltbl .= '' . gettext('Edit') . '';
+ $pooltbl .= ' | ';
- $pooltbl .= '' . gettext('Delete') . ' | ';
+ $pooltbl .= ' ';
$pooltbl .= '';
}
$i++;