diff options
author | Phil Davis <phil.davis@world.inf.org> | 2013-07-10 19:08:48 -0700 |
---|---|---|
committer | Phil Davis <phil.davis@world.inf.org> | 2013-07-10 19:08:48 -0700 |
commit | bebbed4fcdf30f36faa5eb047fdfb8e9bcbe058f (patch) | |
tree | d103e4d2638a6b241ef1c652114c929de006f8b6 /config/haproxy/haproxy_global.php | |
parent | c3ec4e03a095feddc8bacb01d1e4375039b21092 (diff) | |
download | pfsense-packages-bebbed4fcdf30f36faa5eb047fdfb8e9bcbe058f.tar.gz pfsense-packages-bebbed4fcdf30f36faa5eb047fdfb8e9bcbe058f.tar.bz2 pfsense-packages-bebbed4fcdf30f36faa5eb047fdfb8e9bcbe058f.zip |
HAproxy UI minor text typo
Diffstat (limited to 'config/haproxy/haproxy_global.php')
-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> |