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:50:26 -0600
commite63734ff1db32be51f7b7956ec525361b75ac2a0 (patch)
treefc057ab0c3367a482b68cf57e53887dcb46213ee /usr/local/www/carp_status.php
parentc07cd2ce79f56c96c886db818cb36651b5a334be (diff)
downloadpfsense-e63734ff1db32be51f7b7956ec525361b75ac2a0.zip
pfsense-e63734ff1db32be51f7b7956ec525361b75ac2a0.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