diff --git a/src/www/load_balancer_monitor.php b/src/www/load_balancer_monitor.php
index f321e0062..eef1f1327 100644
--- a/src/www/load_balancer_monitor.php
+++ b/src/www/load_balancer_monitor.php
@@ -79,7 +79,7 @@ $shortcut_section = 'relayd';
include("head.inc");
$main_buttons = array(
- array('label'=>'Add', 'href'=>'load_balancer_monitor_edit.php'),
+ array('label'=>gettext('Add'), 'href'=>'load_balancer_monitor_edit.php'),
);
?>
diff --git a/src/www/services_ntpd.php b/src/www/services_ntpd.php
index 97cef5e8f..2da72e0fa 100644
--- a/src/www/services_ntpd.php
+++ b/src/www/services_ntpd.php
@@ -277,10 +277,10 @@ include("head.inc");
echo " ";
echo "\n " . gettext('prefer') . " ";
+ echo " /> " . gettext('prefer this server') . " ";
echo "\n " . gettext('noselect') . "\n
\n\n";
+ echo " /> " . gettext('do not use this server') . "\n
\n\n";
}
?>