summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-12-26 16:49:18 -0600
committerChris Buechler <cmb@pfsense.org>2014-12-26 16:49:18 -0600
commitcccee755846ccfce15340e00cb3005ec3b90954f (patch)
treeef8686046a45b5795d98285bedb81635b4b3e8d3 /usr/local/www/carp_status.php
parent02e4ee541ba8af0992c6cd3acd468d731369b287 (diff)
downloadpfsense-cccee755846ccfce15340e00cb3005ec3b90954f.zip
pfsense-cccee755846ccfce15340e00cb3005ec3b90954f.tar.gz
clarify message here after customer feedback, it wasn't meant to imply "only a reboot will re-enable" but that's how some people have read it.
Diffstat (limited to 'usr/local/www/carp_status.php')
-rw-r--r--usr/local/www/carp_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index ea56e13..83975b3 100644
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -70,7 +70,7 @@ if($_POST['disablecarp'] <> "") {
}
}
}
- $savemsg = sprintf(gettext("%s IPs have been disabled. Please note that disabling does not survive a reboot."), $carp_counter);
+ $savemsg = sprintf(gettext("%s IPs have been disabled. Please note that disabling does not survive a reboot and some configuration changes will re-enable."), $carp_counter);
$status = 0;
} else {
$savemsg = gettext("CARP has been enabled.");
OpenPOWER on IntegriCloud