From 718694129cf5aec2be065efc94978cfbfd30276d Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Mon, 4 Apr 2016 09:29:51 -0400 Subject: Merge pull request #2819 from NOYB/Services_/_Load_Balancer_-_Remove_Personalizations (cherry picked from commit 6d105e8d5ded647dfc65cbc9625c41a3afc74a0e) --- src/usr/local/www/load_balancer_setting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/load_balancer_setting.php') diff --git a/src/usr/local/www/load_balancer_setting.php b/src/usr/local/www/load_balancer_setting.php index 6e04d2b..8212407 100644 --- a/src/usr/local/www/load_balancer_setting.php +++ b/src/usr/local/www/load_balancer_setting.php @@ -131,7 +131,7 @@ if ($savemsg) { } if (is_subsystem_dirty('loadbalancer')) { - print_apply_box(gettext("The load balancer configuration has been changed.") . "
" . gettext("You must apply the changes in order for them to take effect.")); + print_apply_box(gettext("The load balancer configuration has been changed.") . "
" . gettext("The changes must be applied for them to take effect.")); } /* active tabs */ -- cgit v1.1