summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-13 17:12:08 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-14 15:14:46 -0500
commit7b299a6e4b231ded51f18a2a3aef33bc12d6bf80 (patch)
tree3063957efaf93c498fbfb0ca1a8db8ca4a5f7801 /src/usr/local/www/services_dhcp.php
parent7bf3b8a0d4003c614586eb0d75485ba089b9e75f (diff)
downloadpfsense-7b299a6e4b231ded51f18a2a3aef33bc12d6bf80.zip
pfsense-7b299a6e4b231ded51f18a2a3aef33bc12d6bf80.tar.gz
Use print_info_box() to generate alerts
Diffstat (limited to 'src/usr/local/www/services_dhcp.php')
-rw-r--r--src/usr/local/www/services_dhcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php
index b635175..6a9f0c7 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -784,7 +784,7 @@ if (!is_numeric($pool) && !($act == "newpool")) {
$pconfig['enable']
));
} else {
- print_info_box(gettext('Editing pool-specific options. To return to the Interface, click its tab above.'), 'info', false);
+ print_info_box(gettext('Editing Pool-Specific Options. To return to the Interface, click its tab above.'), 'info', false);
}
$section->addInput(new Form_Checkbox(
OpenPOWER on IntegriCloud