aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/carp_status.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/carp_status.php b/packages/carp_status.php
index 13bf190f..1de0a2d1 100644
--- a/packages/carp_status.php
+++ b/packages/carp_status.php
@@ -44,9 +44,9 @@ if($_POST['disablecarp'] <> "") {
mwexec("/sbin/ifconfig carp{$x} down");
mwexec("/sbin/ifconfig carp{$x} destroy");
}
- $savemsg = "{$carp_counter} ip's have been disabled.";
+ $savemsg = "{$carp_counter} IPs have been disabled.";
} else {
- $savemsg = "Carp has been enabled.";
+ $savemsg = "CARP has been enabled.";
mwexec("/sbin/sysctl net.inet.carp.allow=1");
interfaces_carp_configure();
interfaces_carp_bringup();