summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/load_balancer_virtual_server_edit.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-11 14:33:58 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-11 14:33:58 -0400
commite13e4414195d42e26f96979c260cd5957ec80d28 (patch)
treec7a959438b393cd9e986a91c9f012848a120d7dc /src/usr/local/www/load_balancer_virtual_server_edit.php
parent1fe9cc38c6c637a6ea02c8bc0a035e07e4c5b338 (diff)
downloadpfsense-e13e4414195d42e26f96979c260cd5957ec80d28.zip
pfsense-e13e4414195d42e26f96979c260cd5957ec80d28.tar.gz
Nit exterminated
Diffstat (limited to 'src/usr/local/www/load_balancer_virtual_server_edit.php')
-rw-r--r--src/usr/local/www/load_balancer_virtual_server_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/load_balancer_virtual_server_edit.php b/src/usr/local/www/load_balancer_virtual_server_edit.php
index b76835c..1dfe7b6 100644
--- a/src/usr/local/www/load_balancer_virtual_server_edit.php
+++ b/src/usr/local/www/load_balancer_virtual_server_edit.php
@@ -290,7 +290,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Select(
'relay_protocol',
- 'Relay protocol',
+ 'Relay Protocol',
$pconfig['relay_protocol'],
['tcp' => 'TCP', 'dns' => 'DNS']
));
OpenPOWER on IntegriCloud