diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-11-17 20:20:19 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-11-17 20:20:19 -0500 |
commit | 28f9ef7be990dc344ff48b05b5afc698675ad9f0 (patch) | |
tree | 0585a3c175c9e3c70665d3edb506588683f5b0f5 /config/haproxy/haproxy_global.php | |
parent | d1027cb0205ced2b5056fa3739d962feec401130 (diff) | |
download | pfsense-packages-28f9ef7be990dc344ff48b05b5afc698675ad9f0.tar.gz pfsense-packages-28f9ef7be990dc344ff48b05b5afc698675ad9f0.tar.bz2 pfsense-packages-28f9ef7be990dc344ff48b05b5afc698675ad9f0.zip |
Cleanup text
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 7c646f2a..5b00b644 100755 --- a/config/haproxy/haproxy_global.php +++ b/config/haproxy/haproxy_global.php @@ -198,7 +198,7 @@ function enable_change(enable_change) { <td width="22%" valign="top" class="vtable"> </td> <td width="78%" class="vtable"> <input name="enablesync" type="checkbox" value="yes" <?php if ($pconfig['enablesync']) echo "checked"; ?>> - <strong>Sync XMLRPC configuration to backup CARP members</strong> + <strong>Sync HAProxy configuration to backup CARP members via XMLRPC.</strong> </td> </tr> <tr> |