diff options
author | Ermal Luçi <eri@pfsense.org> | 2013-07-10 23:48:59 -0700 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2013-07-10 23:48:59 -0700 |
commit | 3ca1b0aaa7268c362b644d656a6b01cececfd844 (patch) | |
tree | d103e4d2638a6b241ef1c652114c929de006f8b6 /config | |
parent | c3ec4e03a095feddc8bacb01d1e4375039b21092 (diff) | |
parent | bebbed4fcdf30f36faa5eb047fdfb8e9bcbe058f (diff) | |
download | pfsense-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
Diffstat (limited to 'config')
-rwxr-xr-x | config/haproxy/haproxy_global.php | 2 |
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> |