diff options
author | jim-p <jimp@pfsense.org> | 2016-09-28 19:33:24 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2016-09-28 19:33:24 -0400 |
commit | 852647eeb457b7c7aaa7968350b5f327c53ea780 (patch) | |
tree | 109082b2419367e6fa9ee82c632f0ccaf82344d3 | |
parent | 9e3cb876a600087c8fb2fa0af7907b986e304c48 (diff) | |
parent | 44d3f26d3231a8a9457318cf5ed84ee986ef5540 (diff) | |
download | pfsense-852647eeb457b7c7aaa7968350b5f327c53ea780.zip pfsense-852647eeb457b7c7aaa7968350b5f327c53ea780.tar.gz |
Merge pull request #3162 from phil-davis/patch-1
-rw-r--r-- | src/usr/local/www/diag_arp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_arp.php b/src/usr/local/www/diag_arp.php index 717e8c1..d99bca0 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 ") . '<a href="diag_ndp.php">' . gettext("NDP") . '</a>' . gettext(" instead of ARP.") . '<br />' . '<br />' . gettext("Permanent ARP entries are shown for local interfaces or static ARP entries.") . '<br />' . gettext("Normal dynamic ARP entries show a countdown timer until they will expire and then be re-checked.") . - '<br />' . gettext("Incomplete ARP entries indicate that the target host has not yet replied to an ARP response."), 'info', false); + '<br />' . gettext("Incomplete ARP entries indicate that the target host has not yet replied to an ARP request."), 'info', false); ?> </div> |