summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/load_balancer_pool_edit.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-04 09:29:51 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-04 09:29:57 -0400
commit718694129cf5aec2be065efc94978cfbfd30276d (patch)
tree60e1a6ef2f3073f696ebb2e75e4a391dda832b5c /src/usr/local/www/load_balancer_pool_edit.php
parent152d81c244fb8535132f0aef1d17a94c143bb2d6 (diff)
downloadpfsense-718694129cf5aec2be065efc94978cfbfd30276d.zip
pfsense-718694129cf5aec2be065efc94978cfbfd30276d.tar.gz
Merge pull request #2819 from NOYB/Services_/_Load_Balancer_-_Remove_Personalizations
(cherry picked from commit 6d105e8d5ded647dfc65cbc9625c41a3afc74a0e)
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 6501335..551c3a0 100644
--- a/src/usr/local/www/load_balancer_pool_edit.php
+++ b/src/usr/local/www/load_balancer_pool_edit.php
@@ -116,7 +116,7 @@ if ($_POST) {
}
if (preg_match('/[ \/]/', $_POST['name'])) {
- $input_errors[] = gettext("You cannot use spaces or slashes in the 'name' field.");
+ $input_errors[] = gettext("Spaces or slashes cannot be used in the 'name' field.");
}
if (strlen($_POST['name']) > 16) {
@@ -361,7 +361,7 @@ $section->addInput(new Form_Input(
'Port',
'text',
$pconfig['port']
-))->setHelp('This is the port your servers are listening on. You may also specify a port alias listed in Firewall -> Aliases here.');
+))->setHelp('This is the port the servers are listening on. A port alias listed in Firewall -> Aliases may also be specified here.');
$section->addInput(new Form_Input(
'retry',
@@ -391,7 +391,7 @@ if (count($config['load_balancer']['monitor_type'])) {
} else {
$section->addInput(new Form_StaticText(
'Monitor',
- 'Please add a monitor IP address on the monitors tab if you wish to use this feature."'
+ 'Please add a monitor IP address on the monitors tab to use this feature."'
));
}
OpenPOWER on IntegriCloud