summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_arp.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-09-29 09:00:55 +0930
committerGitHub <noreply@github.com>2016-09-29 09:00:55 +0930
commit44d3f26d3231a8a9457318cf5ed84ee986ef5540 (patch)
tree109082b2419367e6fa9ee82c632f0ccaf82344d3 /src/usr/local/www/diag_arp.php
parent9e3cb876a600087c8fb2fa0af7907b986e304c48 (diff)
downloadpfsense-44d3f26d3231a8a9457318cf5ed84ee986ef5540.zip
pfsense-44d3f26d3231a8a9457318cf5ed84ee986ef5540.tar.gz
Wording of incomplete ARP description
I think "ARP request" is what is meant here.
Diffstat (limited to 'src/usr/local/www/diag_arp.php')
-rw-r--r--src/usr/local/www/diag_arp.php2
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>
OpenPOWER on IntegriCloud