diff --git a/src/usr/local/www/diag_arp.php b/src/usr/local/www/diag_arp.php index 717e8c1bfb..d99bca09a7 100644 --- a/src/usr/local/www/diag_arp.php +++ b/src/usr/local/www/diag_arp.php @@ -385,7 +385,7 @@ events.push(function() { print_info_box(gettext("Local IPv6 peers use ") . '' . gettext("NDP") . '' . gettext(" instead of ARP.") . '
' . '
' . gettext("Permanent ARP entries are shown for local interfaces or static ARP entries.") . '
' . gettext("Normal dynamic ARP entries show a countdown timer until they will expire and then be re-checked.") . - '
' . gettext("Incomplete ARP entries indicate that the target host has not yet replied to an ARP response."), 'info', false); + '
' . gettext("Incomplete ARP entries indicate that the target host has not yet replied to an ARP request."), 'info', false); ?>