aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2013-07-10 23:48:59 -0700
committerErmal Luçi <eri@pfsense.org>2013-07-10 23:48:59 -0700
commit3ca1b0aaa7268c362b644d656a6b01cececfd844 (patch)
treed103e4d2638a6b241ef1c652114c929de006f8b6
parentc3ec4e03a095feddc8bacb01d1e4375039b21092 (diff)
parentbebbed4fcdf30f36faa5eb047fdfb8e9bcbe058f (diff)
downloadpfsense-packages-3ca1b0aaa7268c362b644d656a6b01cececfd844.tar.gz
pfsense-packages-3ca1b0aaa7268c362b644d656a6b01cececfd844.tar.bz2
pfsense-packages-3ca1b0aaa7268c362b644d656a6b01cececfd844.zip
Merge pull request #468 from phil-davis/master
HAproxy GUI minor typo
-rwxr-xr-xconfig/haproxy/haproxy_global.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy/haproxy_global.php b/config/haproxy/haproxy_global.php
index 3d64e946..5d3725e5 100755
--- a/config/haproxy/haproxy_global.php
+++ b/config/haproxy/haproxy_global.php
@@ -342,7 +342,7 @@ function enable_change(enable_change) {
<td width="78%" class="vtable">
<input name="syncusername" type="text" value="<?= empty($pconfig['syncusername']) ? 'admin' : $pconfig['syncusername'];?>">
<br/>
- <strong>Enter the usernmame that will be used during configuration synchronization. This is generally "admin" or an admin-level privileged account on the target system..</strong>
+ <strong>Enter the username that will be used during configuration synchronization. This is generally "admin" or an admin-level privileged account on the target system.</strong>
</td>
</tr>
<tr>