summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/load_balancer_pool_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/load_balancer_pool_edit.php')
-rw-r--r--src/usr/local/www/load_balancer_pool_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/load_balancer_pool_edit.php b/src/usr/local/www/load_balancer_pool_edit.php
index b19cbe3..fa76681 100644
--- a/src/usr/local/www/load_balancer_pool_edit.php
+++ b/src/usr/local/www/load_balancer_pool_edit.php
@@ -340,7 +340,7 @@ $form = new Form(new Form_Button(
gettext("Save")
));
-$section = new Form_Section('Add/edit Load Balancer - Pool entry');
+$section = new Form_Section('Add/Edit Load Balancer - Pool Entry');
$section->addInput(new Form_Input(
'name',
@@ -383,7 +383,7 @@ $section->addInput(new Form_Input(
$form->add($section);
-$section = new Form_Section('Add item to the pool');
+$section = new Form_Section('Add Item to the Pool');
$monitorlist = array();
@@ -422,7 +422,7 @@ $section->add($group);
$form->add($section);
-$section = new Form_Section('Current pool members');
+$section = new Form_Section('Current Pool Members');
$group = new Form_Group('Members');
OpenPOWER on IntegriCloud